Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ randomHex
Function
randomHex
wxapp/wps.js:162–164 ·
view source on GitHub ↗
(bytes = 16)
Source
from the content-addressed store, hash-verified
160
}
161
162
function
randomHex(bytes = 16) {
163
return
crypto.randomBytes(bytes).toString(
"hex"
);
164
}
165
166
function
makePopToken(method, url, secret, cv =
""
) {
167
if
(!secret)
return
""
;
Callers
1
tryLotteryOnce
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected