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

Function splitAccounts

wxapp/vipshop.js:35–40  ·  view source on GitHub ↗
(value = "")

Source from the content-addressed store, hash-verified

33const DEFAULT_AREA = "104104";
34
35function splitAccounts(value = "") {
36 return String(value)
37 .split(/\n|&/)
38 .map((item) => item.trim())
39 .filter(Boolean);
40}
41
42function readCache() {
43 try {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected