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

Method run

wxapp/ytb2_all.js:269–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 }
268
269 async run() {
270 try {
271 await this.login();
272 await this.queryAssets();
273 await this.sign();
274 await this.queryAssets();
275 } catch (e) {
276 this.summary.sign = `执行失败: ${e.message || e}`;
277 this.log(this.summary.sign);
278 }
279 return this.summary;
280 }
281}
282
283!(async () => {

Callers 1

ytb2_all.jsFile · 0.45

Calls 4

loginMethod · 0.95
queryAssetsMethod · 0.95
signMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected