Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ sha1
Method
sha1
wxapp/guyu.js:108–110 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
106
}
107
}
108
sha1(str) {
109
return
require(
"crypto"
).createHash(
"sha1"
).update(str).digest(
"hex"
);
110
}
111
request(options) {
112
113
var
sign,
Callers
1
request
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected