MCPcopy 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
33function md5(str) {
34 return crypto.createHash("md5").update(str).digest("hex");
35}
36
37function maskToken(token = "") {
38 if (!token) return "";

Callers 1

buildHeadersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected