Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/colorful.js:143–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
}
142
143
getCachedToken() {
144
const
cache = readTokenCache();
145
return
cache[this.cacheKey()] || null;
146
}
147
148
saveCachedToken() {
149
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