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

Method getCachedToken

wxapp/ykb_all.js:248–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 }
247
248 getCachedToken() {
249 const cache = readTokenCache();
250 return cache[this.cacheKey()] || null;
251 }
252
253 saveCachedToken() {
254 if (!this.token) return;

Callers 1

runMethod · 0.95

Calls 2

cacheKeyMethod · 0.95
readTokenCacheFunction · 0.70

Tested by

no test coverage detected