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