Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocoindex-io/cocoindex-code
/ stop
Function
stop
src/cocoindex_code/client.py:353–354 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
352
353
def
stop() -> StopResponse:
354
return
_send(StopRequest())
# type: ignore[return-value]
355
356
357
def
daemon_env() -> DaemonEnvResponse:
Callers
nothing calls this directly
Calls
2
_send
Function · 0.85
StopRequest
Class · 0.85
Tested by
no test coverage detected