MCPcopy 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
21function writeLine(text: string): void {
22 process.stdout.write(`${text}\n`);
23}
24
25/**
26 * Register daemon management commands.

Callers 6

handleStatusFunction · 0.70
handleStopFunction · 0.70
handleStartFunction · 0.70
handleRestartFunction · 0.70
handleLogsFunction · 0.70
handleListFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected