Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/jingjianx_all.js:356–359 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
354
}
355
356
getCachedToken() {
357
const
cache = readCache();
358
return
cache[this.cacheKey()] || null;
359
}
360
361
saveToken() {
362
if
(!this.token)
return
;
Callers
1
run
Method · 0.95
Calls
2
cacheKey
Method · 0.95
readCache
Function · 0.70
Tested by
no test coverage detected