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

Method checkToken

wxapp/nice.js:228–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 async checkToken() {
229 try {
230 await this.getSignLog(true);
231 return true;
232 } catch (e) {
233 return false;
234 }
235 }
236
237 async getUser() {
238 try {

Callers 1

runMethod · 0.95

Calls 1

getSignLogMethod · 0.95

Tested by

no test coverage detected