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

Method removeCachedToken

wxapp/mxbc.js:114–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 writeTokenCache(cache);
113 }
114 removeCachedToken() {
115 const cache = readTokenCache();
116 if (cache[this.wcsid]) {
117 delete cache[this.wcsid];
118 writeTokenCache(cache);
119 }
120 }
121 getSignedBody(params = {}) {
122 const body = {
123 ...params,

Callers 1

runMethod · 0.95

Calls 2

readTokenCacheFunction · 0.70
writeTokenCacheFunction · 0.70

Tested by

no test coverage detected