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

Method getCachedToken

wxapp/fyzq.js:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 getCachedToken() {
99 return readCache()[this.account]?.token || "";
100 }
101
102 saveToken(token, extra = {}) {
103 if (!token) return;

Callers 1

runMethod · 0.95

Calls 1

readCacheFunction · 0.70

Tested by

no test coverage detected