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

Function daemon_ping

core/daemon.py:714–716  ·  view source on GitHub ↗

Ping the daemon.

()

Source from the content-addressed store, hash-verified

712
713
714def daemon_ping() -> Dict:
715 """Ping the daemon."""
716 return send_command("ping")
717
718
719def daemon_shutdown():

Callers

nothing calls this directly

Calls 1

send_commandFunction · 0.85

Tested by

no test coverage detected