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

Method getCachedToken

wxapp/bluedash.js:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 getCachedToken() {
87 const cache = readTokenCache();
88 return cache[this.openid] || null;
89 }
90
91 saveCachedToken() {
92 if (!this.authorization) return;

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected