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

Function formatCliTextBlock

src/utils/renderers/cli-text-renderer.ts:55–60  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

53} from '../xcodebuild-run-state.ts';
54
55function formatCliTextBlock(text: string): string {
56 return text
57 .split('\n')
58 .map((line) => formatCliTextLine(line))
59 .join('\n');
60}
61
62interface CliTextSink {
63 clearTransient(): void;

Callers 2

writeDurableFunction · 0.85
writeSectionFunction · 0.85

Calls 1

formatCliTextLineFunction · 0.90

Tested by

no test coverage detected