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

Class

jlld.js:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18let userList = [];
19let msg = ""
20class UserInfo {
21 constructor(str) {
22 this.index = ++userIdx;
23 this.ck1 = str.split(strSplitor)[0]; //单账号多变量分隔符

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected