Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/yz19.js:98–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
getCachedToken() {
99
const
cache = readTokenCache();
100
return
cache[this.openid] || null;
101
}
102
103
saveCachedToken() {
104
if
(!this.token)
return
;
Callers
1
run
Method · 0.95
Calls
1
readTokenCache
Function · 0.70
Tested by
no test coverage detected