Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ _split_csv
Function
_split_csv
src/cli.py:488–491 ·
view source on GitHub ↗
(value: str | None)
Source
from the content-addressed store, hash-verified
486
487
488
def
_split_csv(value: str | None) -> list[str]:
489
if
not value:
490
return
[]
491
return
[item.strip()
for
item in value.split(
','
)
if
item.strip()]
492
493
494
def
_show_provider_defaults_table() -> None:
Callers
1
_run_print_mode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected