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

Function start

ruilanCar.js:118–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118async function start() {
119 let taskall = [];
120 for (let user of userList) {
121 if (user.ckStatus) {
122 taskall.push(await user.main());
123 }
124 }
125 await Promise.all(taskall);
126}
127
128!(async () => {
129 if (!(await checkEnv())) return;

Callers 1

ruilanCar.jsFile · 0.70

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected