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

Method getCachedToken

wxapp/nissin.js:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 getCachedToken() {
93 const cache = readTokenCache();
94 return cache[this.openid] || null;
95 }
96
97 saveCachedToken() {
98 if (!this.token) return;

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected