Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
460
function
writeError(text: string): void {
461
process.stderr.write(`${text}\n`);
462
}
463
464
// --- Main command logic ---
465
Callers
2
runUpgradeCommand
Function · 0.85
executeUpgrade
Function · 0.85
Calls
1
write
Method · 0.65
Tested by
no test coverage detected