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

Method removeToken

wxapp/fyzq.js:113–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 removeToken() {
114 const cache = readCache();
115 if (cache[this.account]) {
116 delete cache[this.account];
117 writeCache(cache);
118 }
119 }
120
121 async getWxCode() {
122 const { data } = await wechat.getCode(this.account);

Callers 1

runMethod · 0.95

Calls 2

readCacheFunction · 0.70
writeCacheFunction · 0.70

Tested by

no test coverage detected