Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ md5
Function
md5
wxapp/aima.js:33–35 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
31
}
32
33
function
md5(str) {
34
return
crypto.createHash(
"md5"
).update(str).digest(
"hex"
);
35
}
36
37
function
maskToken(token =
""
) {
38
if
(!token)
return
""
;
Callers
1
buildHeaders
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected