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

Function cookieValue

wxapp/qqpcmgr.js:77–79  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

75}
76
77function cookieValue(value) {
78 return String(value ?? "").replace(/[;\r\n]/g, "");
79}
80
81function buildCookie(profile) {
82 const commonid = profile.commonid || profile.openid;

Callers 1

buildCookieFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected