Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getCached
Method
getCached
wxapp/wps.js:282–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
}
281
282
getCached() {
283
return
readCache()[this.cacheKey] || {};
284
}
285
286
saveCache(extra = {}) {
287
const
cache = readCache();
Callers
2
saveCache
Method · 0.95
loadCache
Method · 0.95
Calls
1
readCache
Function · 0.70
Tested by
no test coverage detected