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

Method run

wxapp/yichengtong.js:385–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383 }
384
385 async run() {
386 await this.ensureLogin();
387 const signInfo = await this.querySignHome();
388 await this.sign(signInfo);
389 await this.querySignHome();
390 const taskHome = await this.queryTaskHome();
391 await this.doDailyTasks(taskHome);
392 await this.queryTaskHome();
393 this.saveCache();
394 }
395}
396
397!(async () => {

Callers 1

yichengtong.jsFile · 0.45

Calls 6

ensureLoginMethod · 0.95
querySignHomeMethod · 0.95
signMethod · 0.95
queryTaskHomeMethod · 0.95
doDailyTasksMethod · 0.95
saveCacheMethod · 0.95

Tested by

no test coverage detected