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

Method getCached

wxapp/fuyouhui.js:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 getCached() {
147 return readCache()[this.cacheKey] || {};
148 }
149
150 saveCache(extra = {}) {
151 const cache = readCache();

Callers 3

ensureTokenMethod · 0.95
signHeadersMethod · 0.95
runMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected