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

Method run

wxapp/ctrip.js:583–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581 }
582
583 async run() {
584 await this.ensureLogin();
585 await this.queryPointInfo();
586 await this.sign();
587 for (const channel of TASK_CHANNELS) {
588 await this.runTaskChannel(channel);
589 }
590 await this.tryUpgradeAwards();
591 await this.queryPointInfo();
592 this.saveCache();
593 }
594}
595
596!(async () => {

Callers 1

ctrip.jsFile · 0.45

Calls 6

ensureLoginMethod · 0.95
queryPointInfoMethod · 0.95
signMethod · 0.95
runTaskChannelMethod · 0.95
tryUpgradeAwardsMethod · 0.95
saveCacheMethod · 0.95

Tested by

no test coverage detected