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

Method getCachedToken

wxapp/mxbc.js:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99 }
100 getCachedToken() {
101 const cache = readTokenCache();
102 return cache[this.wcsid]?.accessToken || "";
103 }
104 saveCachedToken() {
105 if (!this.ck) return;
106 const cache = readTokenCache();

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected