MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / getCachedToken

Method getCachedToken

wxapp/fafa.js:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 getCachedToken() {
117 const cache = readTokenCache();
118 return cache[this.cacheKey()] || null;
119 }
120
121 saveCachedToken() {
122 if (!this.authorization) return;

Callers 1

runMethod · 0.95

Calls 2

cacheKeyMethod · 0.95
readTokenCacheFunction · 0.70

Tested by

no test coverage detected