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

Function start

wxapp/miaoyouHome.js:93–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93async function start() {
94 let taskall = [];
95 for (let user of userList) {
96 if (user.ckStatus) {
97 taskall.push(await user.main());
98 }
99 }
100 await Promise.all(taskall);
101}
102
103!(async () => {
104 if (!(await checkEnv())) return;

Callers 1

miaoyouHome.jsFile · 0.70

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected