MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / daemon_status

Function daemon_status

core/daemon.py:704–706  ·  view source on GitHub ↗

Get daemon status.

()

Source from the content-addressed store, hash-verified

702
703
704def daemon_status() -> Dict:
705 """Get daemon status."""
706 return send_command("status")
707
708
709def daemon_health() -> Dict:

Callers

nothing calls this directly

Calls 1

send_commandFunction · 0.85

Tested by

no test coverage detected