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

Function writeError

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

Source from the content-addressed store, hash-verified

458}
459
460function writeError(text: string): void {
461 process.stderr.write(`${text}\n`);
462}
463
464// --- Main command logic ---
465

Callers 2

runUpgradeCommandFunction · 0.85
executeUpgradeFunction · 0.85

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected