Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ writeLine
Function
writeLine
src/cli/commands/daemon.ts:21–23 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
19
}
20
21
function
writeLine(text: string): void {
22
process.stdout.write(`${text}\n`);
23
}
24
25
/**
26
* Register daemon management commands.
Callers
6
handleStatus
Function · 0.70
handleStop
Function · 0.70
handleStart
Function · 0.70
handleRestart
Function · 0.70
handleLogs
Function · 0.70
handleList
Function · 0.70
Calls
1
write
Method · 0.65
Tested by
no test coverage detected