MCPcopy 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
353def stop() -> StopResponse:
354 return _send(StopRequest()) # type: ignore[return-value]
355
356
357def daemon_env() -> DaemonEnvResponse:

Callers

nothing calls this directly

Calls 2

_sendFunction · 0.85
StopRequestClass · 0.85

Tested by

no test coverage detected