MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / fb-proxy.js

File fb-proxy.js

scripts/backup/fb-proxy.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function make_uuid() {
2 let h = new Date().getTime();
3 return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function (i) {
4 let F = (h + 16 * Math.random()) % 16 | 0;

Callers

nothing calls this directly

Calls 9

decodeModuleNameFunction · 0.85
getModuleNameFunction · 0.85
errorMethod · 0.80
replaceMethod · 0.80
getMethod · 0.80
iFunction · 0.70
CFunction · 0.70
FFunction · 0.70
hFunction · 0.70

Tested by

no test coverage detected