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

Function splitAccounts

wxapp/qqpcmgr.js:45–50  ·  view source on GitHub ↗
(raw = "")

Source from the content-addressed store, hash-verified

43 "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36 Chrome/143.0.13.0 Tencent QQPCMgr/18.2.30604.301";
44
45function splitAccounts(raw = "") {
46 return String(raw)
47 .split(/\n|&/)
48 .map((item) => item.trim())
49 .filter(Boolean);
50}
51
52function pick(source = {}, keys = []) {
53 for (const key of keys) {

Callers 1

qqpcmgr.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected