Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ getCached
Method
getCached
wxapp/junpinhui.js:189–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
187
}
188
189
getCached() {
190
return
readCache()[this.cacheKey] || {};
191
}
192
193
saveCache(extra = {}) {
194
const
cache = readCache();
Callers
2
saveCache
Method · 0.95
ensureLogin
Method · 0.95
Calls
1
readCache
Function · 0.70
Tested by
no test coverage detected