Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCached
Method
getCached
wxapp/fuyouhui.js:146–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
getCached() {
147
return
readCache()[this.cacheKey] || {};
148
}
149
150
saveCache(extra = {}) {
151
const
cache = readCache();
Callers
3
ensureToken
Method · 0.95
signHeaders
Method · 0.95
run
Method · 0.95
Calls
1
readCache
Function · 0.70
Tested by
no test coverage detected