Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/feihe.js:132–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
getCachedToken() {
133
const
cache = readCache();
134
return
cache[this.account] || null;
135
}
136
137
saveCachedToken() {
138
if
(!this.token)
return
;
Callers
1
run
Method · 0.95
Calls
1
readCache
Function · 0.70
Tested by
no test coverage detected