Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ getCachedToken
Method
getCachedToken
wxapp/haitian.js:136–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
getCachedToken() {
137
const
cache = readTokenCache();
138
return
cache[this.cacheKey()] || null;
139
}
140
141
saveCachedToken() {
142
if
(!this.token)
return
;
Callers
1
run
Method · 0.95
Calls
2
cacheKey
Method · 0.95
readTokenCache
Function · 0.70
Tested by
no test coverage detected