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