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

Class

xiaosatonglu.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15let userIdx = 0;
16let userList = [];
17class UserInfo {
18 constructor(str) {
19 this.index = ++userIdx;
20 //this.ck = str.split(strSplitor)[0]; //单账号多变量分隔符

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected