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

Class

ruilanCar.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14let userIdx = 0;
15let userList = [];
16class Task {
17 constructor(str) {
18 this.index = ++userIdx;
19 this.aid = str.split(strSplitor)[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected