Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ base64url
Function
base64url
wxapp/wps.js:74–76 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
72
}
73
74
function
base64url(input) {
75
return
Buffer.from(input).toString(
"base64url"
);
76
}
77
78
function
mask(value =
""
) {
79
value = String(value);
Callers
2
makePopToken
Function · 0.85
login
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected