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

Method getCachedToken

wxapp/gyjj.js:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 getCachedToken() {
111 const cache = readTokenCache();
112 return cache[this.cacheKey()] || null;
113 }
114
115 saveCachedToken() {
116 if (!this.token) return;

Callers 1

runMethod · 0.95

Calls 2

cacheKeyMethod · 0.95
readTokenCacheFunction · 0.70

Tested by

no test coverage detected