Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
714
def
daemon_ping() -> Dict:
715
""
"Ping the daemon."
""
716
return
send_command(
"ping"
)
717
718
719
def
daemon_shutdown():
Callers
nothing calls this directly
Calls
1
send_command
Function · 0.85
Tested by
no test coverage detected