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

Function project_status

src/cocoindex_code/client.py:339–340  ·  view source on GitHub ↗
(project_root: str)

Source from the content-addressed store, hash-verified

337
338
339def project_status(project_root: str) -> ProjectStatusResponse:
340 return _send(ProjectStatusRequest(project_root=normalize_input_path(project_root))) # type: ignore[return-value]
341
342
343def daemon_status() -> DaemonStatusResponse:

Callers

nothing calls this directly

Calls 3

_sendFunction · 0.85
normalize_input_pathFunction · 0.85

Tested by

no test coverage detected