MCPcopy 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

saveCacheMethod · 0.95
ensureLoginMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected