MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / getCached

Method getCached

wxapp/ctrip.js:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 getCached() {
201 return readCache()[this.cacheKey] || {};
202 }
203
204 saveCache(extra = {}) {
205 const cache = readCache();

Callers 1

ensureLoginMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected