Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/ykb_all.js:248–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
246
}
247
248
getCachedToken() {
249
const
cache = readTokenCache();
250
return
cache[this.cacheKey()] || null;
251
}
252
253
saveCachedToken() {
254
if
(!this.token)
return
;
Callers
1
run
Method · 0.95
Calls
2
cacheKey
Method · 0.95
readTokenCache
Function · 0.70
Tested by
no test coverage detected