MCPcopy 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

ensureLoginMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected