Rip out all the graphviz stuff
This commit is contained in:
9
utils.js
9
utils.js
@@ -1,12 +1,3 @@
|
||||
function randStr32() {
|
||||
let num = Math.floor(Math.random() * Math.pow(2, 32));
|
||||
return num.toString(16).padStart(8, '0');
|
||||
}
|
||||
|
||||
function randStr64() {
|
||||
return randStr32() + randStr32();
|
||||
}
|
||||
|
||||
function getOrSet(container, key, newValue) {
|
||||
let val = container.get(key);
|
||||
if (!val) {
|
||||
|
||||
Reference in New Issue
Block a user