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

Function splitAccounts

wxapp/skyworth.js:36–41  ·  view source on GitHub ↗
(value = "")

Source from the content-addressed store, hash-verified

34-----END RSA PRIVATE KEY-----`;
35
36function splitAccounts(value = "") {
37 return String(value)
38 .split(/\n|&/)
39 .map((item) => item.trim())
40 .filter(Boolean);
41}
42
43function short(value, max = 500) {
44 if (value === undefined || value === null) return "";

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected