Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/gyjj.js:110–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
getCachedToken() {
111
const
cache = readTokenCache();
112
return
cache[this.cacheKey()] || null;
113
}
114
115
saveCachedToken() {
116
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