Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ status
Method
status
src/cli/daemon-client.ts:126–128 ·
view source on GitHub ↗
* Get daemon status.
()
Source
from the content-addressed store, hash-verified
124
* Get daemon status.
125
*/
126
async
status(): Promise<DaemonStatusResult> {
127
return
this.request<DaemonStatusResult>(
'daemon.status'
);
128
}
129
130
/**
131
* Stop the daemon.
Callers
5
waitForDaemonReady
Function · 0.95
ensureDaemonRunning
Function · 0.95
handleList
Function · 0.95
handleStatus
Function · 0.80
tool-invoke-streaming.test.ts
File · 0.80
Calls
1
request
Method · 0.95
Tested by
no test coverage detected