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

Method removeCachedToken

wxapp/longfor.js:353–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 }
352
353 removeCachedToken() {
354 const cache = readCache();
355 if (cache[this.account]) {
356 delete cache[this.account];
357 writeCache(cache);
358 }
359 this.token = "";
360 this.lmid = "";
361 this.expire = 0;
362 }
363
364 miniHeaders(data = null, member = false) {
365 const headers = {

Callers 1

runMethod · 0.95

Calls 2

readCacheFunction · 0.70
writeCacheFunction · 0.70

Tested by

no test coverage detected