Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ maskToken
Function
maskToken
wxapp/hezj.js:49–52 ·
view source on GitHub ↗
(token = "")
Source
from the content-addressed store, hash-verified
47
}
48
49
function
maskToken(token =
""
) {
50
if
(!token)
return
""
;
51
return
token.length > 14 ? `${token.slice(0, 6)}...${token.slice(-6)}` : token;
52
}
53
54
55
class
Task {
Callers
1
loginByWxCode
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected