Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VPSDance/ai-proxy-rules
/ isFormat
Function
isFormat
scripts/cli.ts:112–114 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
110
}
111
112
function
parseCsv(value: string): string[] {
113
return
value
114
.split(
","
)
115
.map((item) => item.trim())
116
.filter(Boolean);
117
}
Callers
1
parseFormats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected