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

Method getCachedToken

wxapp/iqoo.js:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 getCachedToken() {
122 const cache = readTokenCache();
123 return cache[this.openid] || null;
124 }
125
126 saveCachedToken() {
127 if (!this.token) return;

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected