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

Method getCached

wxapp/airui.js:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 getCached() {
136 return readCache()[this.cacheKey] || {};
137 }
138
139 saveCache(extra = {}) {
140 const cache = readCache();

Callers 1

ensureLoginMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected