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

Function writeSection

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

Source from the content-addressed store, hash-verified

145 }
146
147 function writeSection(text: string): void {
148 sink.clearTransient();
149 pendingTransientRuntimeLine = null;
150 hasDurableRuntimeContent = true;
151 sink.writeSection(text);
152 }
153
154 function flushPendingTransientRuntimeLine(): void {
155 if (pendingTransientRuntimeLine) {

Callers 2

flushGroupedDiagnosticsFunction · 0.85
processItemFunction · 0.85

Calls 4

formatCliTextBlockFunction · 0.85
clearTransientMethod · 0.80
writeSectionMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected