Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
704
def
daemon_status() -> Dict:
705
""
"Get daemon status."
""
706
return
send_command(
"status"
)
707
708
709
def
daemon_health() -> Dict:
Callers
nothing calls this directly
Calls
1
send_command
Function · 0.85
Tested by
no test coverage detected