MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / md5

Function md5

wxapp/mfd.js:68–70  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

66}
67
68function md5(text) {
69 return crypto.createHash("md5").update(String(text)).digest("hex");
70}
71
72function memberSignature(memberId) {
73 const timestamp = Date.now();

Callers 1

memberSignatureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected