Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
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
decodeModuleName
Function · 0.85
getModuleName
Function · 0.85
error
Method · 0.80
replace
Method · 0.80
get
Method · 0.80
i
Function · 0.70
C
Function · 0.70
F
Function · 0.70
h
Function · 0.70
Tested by
no test coverage detected