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

Method getCachedToken

wxapp/jingjianx_all.js:356–359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 }
355
356 getCachedToken() {
357 const cache = readCache();
358 return cache[this.cacheKey()] || null;
359 }
360
361 saveToken() {
362 if (!this.token) return;

Callers 1

runMethod · 0.95

Calls 2

cacheKeyMethod · 0.95
readCacheFunction · 0.70

Tested by

no test coverage detected