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

Method getCachedToken

wxapp/zbs.js:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected