MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / daemon_status

Function daemon_status

src/cocoindex_code/client.py:343–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341
342
343def daemon_status() -> DaemonStatusResponse:
344 from .protocol import DaemonStatusRequest
345
346 return _send(DaemonStatusRequest()) # type: ignore[return-value]
347
348
349def remove_project(project_root: str) -> RemoveProjectResponse:

Callers

nothing calls this directly

Calls 2

_sendFunction · 0.85
DaemonStatusRequestClass · 0.85

Tested by

no test coverage detected