Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/fsdlb.js:115–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
getCachedToken() {
116
const
cache = readTokenCache();
117
return
cache[this.openid] || null;
118
}
119
120
saveCachedToken() {
121
if
(!this.token)
return
;
Callers
1
run
Method · 0.95
Calls
1
readTokenCache
Function · 0.70
Tested by
no test coverage detected