Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCached
Method
getCached
wxapp/yichengtong.js:154–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
getCached() {
155
return
readCache()[this.cacheKey] || {};
156
}
157
158
saveCache(extra = {}) {
159
const
cache = readCache();
Callers
1
ensureLogin
Method · 0.95
Calls
1
readCache
Function · 0.70
Tested by
no test coverage detected