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

Function start

jlld.js:176–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176async function start() {
177 let taskall = [];
178 for (let user of userList) {
179 if (user.ckStatus) {
180 taskall.push(await user.main());
181 }
182 }
183 await Promise.all(taskall);
184}
185
186!(async () => {
187 if (!(await checkEnv())) return;

Callers 1

jlld.jsFile · 0.70

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected