Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/fafa.js:116–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
getCachedToken() {
117
const
cache = readTokenCache();
118
return
cache[this.cacheKey()] || null;
119
}
120
121
saveCachedToken() {
122
if
(!this.authorization)
return
;
Callers
1
run
Method · 0.95
Calls
2
cacheKey
Method · 0.95
readTokenCache
Function · 0.70
Tested by
no test coverage detected