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

Method cacheKey

wxapp/fafa.js:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 cacheKey() {
113 return this.isDirectToken ? `token:${this.authorization.slice(-16)}` : this.account;
114 }
115
116 getCachedToken() {
117 const cache = readTokenCache();

Callers 3

getCachedTokenMethod · 0.95
saveCachedTokenMethod · 0.95
removeCachedTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected