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

Function writeLine

src/cli/commands/tools.ts:15–17  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

13const CLI_EXCLUDED_WORKFLOWS = new Set(['session-management', 'workflow-discovery']);
14
15function writeLine(text: string): void {
16 process.stdout.write(`${text}\n`);
17}
18
19type ToolListItem = {
20 cliName: string;

Callers 1

registerToolsCommandFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected