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

Function start

xiaosatonglu.js:371–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369}
370
371async function start() {
372 let taskall = [];
373 for (let user of userList) {
374 if (user.ckStatus) {
375 taskall.push(await user.main());
376 }
377 }
378 await Promise.all(taskall);
379}
380
381!(async () => {
382 if (!(await checkEnv())) return;

Callers 1

xiaosatonglu.jsFile · 0.70

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected