MCPcopy 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

saveCacheMethod · 0.95
loadCacheMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected