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

Method getCachedToken

wxapp/colorful.js:143–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 }
142
143 getCachedToken() {
144 const cache = readTokenCache();
145 return cache[this.cacheKey()] || null;
146 }
147
148 saveCachedToken() {
149 if (!this.token) return;

Callers 1

runMethod · 0.95

Calls 2

cacheKeyMethod · 0.95
readTokenCacheFunction · 0.70

Tested by

no test coverage detected