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

Method getCachedToken

wxapp/haitian.js:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 getCachedToken() {
137 const cache = readTokenCache();
138 return cache[this.cacheKey()] || null;
139 }
140
141 saveCachedToken() {
142 if (!this.token) return;

Callers 1

runMethod · 0.95

Calls 2

cacheKeyMethod · 0.95
readTokenCacheFunction · 0.70

Tested by

no test coverage detected