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

Function writeLine

src/cli/commands/upgrade.ts:456–458  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

454}
455
456function writeLine(text: string): void {
457 process.stdout.write(`${text}\n`);
458}
459
460function writeError(text: string): void {
461 process.stderr.write(`${text}\n`);

Callers 2

runUpgradeCommandFunction · 0.70
executeUpgradeFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected