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