MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / writeLine

Function writeLine

src/daemon.ts:65–67  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

63}
64
65function writeLine(text: string): void {
66 process.stdout.write(`${text}\n`);
67}
68
69const MAX_LOG_BYTES = 10 * 1024 * 1024;
70const MAX_LOG_ROTATIONS = 3;

Callers 1

mainFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected