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

Method run

wxapp/junpinhui.js:597–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595 }
596
597 async run() {
598 $.log(`\n账号[${this.index}] ${mask(this.openid || this.cacheKey)}`);
599 await this.ensureLogin();
600 await this.queryMember();
601 await this.dailySign();
602
603 const tasks = await this.queryTasks();
604 await this.doTasks(tasks);
605
606 await this.runFarmAutomation();
607
608 await this.queryMember();
609 await this.queryFarm();
610 }
611}
612
613!(async () => {

Callers 1

junpinhui.jsFile · 0.45

Calls 9

ensureLoginMethod · 0.95
queryMemberMethod · 0.95
dailySignMethod · 0.95
queryTasksMethod · 0.95
doTasksMethod · 0.95
runFarmAutomationMethod · 0.95
queryFarmMethod · 0.95
maskFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected