Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
const
DEFAULT_AREA =
"104104"
;
34
35
function
splitAccounts(value =
""
) {
36
return
String(value)
37
.split(/\n|&/)
38
.map((item) => item.trim())
39
.filter(Boolean);
40
}
41
42
function
readCache() {
43
try {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected