Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/mxbc.js:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
99
}
100
getCachedToken() {
101
const
cache = readTokenCache();
102
return
cache[this.wcsid]?.accessToken ||
""
;
103
}
104
saveCachedToken() {
105
if
(!this.ck)
return
;
106
const
cache = readTokenCache();
Callers
1
run
Method · 0.95
Calls
1
readTokenCache
Function · 0.70
Tested by
no test coverage detected