Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ cacheKey
Method
cacheKey
wxapp/fafa.js:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
cacheKey() {
113
return
this.isDirectToken ? `token:${this.authorization.slice(-16)}` : this.account;
114
}
115
116
getCachedToken() {
117
const
cache = readTokenCache();
Callers
3
getCachedToken
Method · 0.95
saveCachedToken
Method · 0.95
removeCachedToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected