Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/GuDaStudio/GrokSearch
/ _split_csv
Function
_split_csv
src/grok_search/planning.py:89–90 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
87
88
89
def
_split_csv(value: str) -> list[str]:
90
return
[s.strip()
for
s in value.split(
","
)
if
s.strip()]
if
value
else
[]
91
92
93
class
PhaseRecord(BaseModel):
Callers
3
plan_intent
Function · 0.85
plan_sub_query
Function · 0.85
plan_execution
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected