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

Function remove_project

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

Source from the content-addressed store, hash-verified

347
348
349def remove_project(project_root: str) -> RemoveProjectResponse:
350 return _send(RemoveProjectRequest(project_root=normalize_input_path(project_root))) # type: ignore[return-value]
351
352
353def stop() -> StopResponse:

Callers

nothing calls this directly

Calls 3

_sendFunction · 0.85
normalize_input_pathFunction · 0.85

Tested by

no test coverage detected