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

Function writeDurable

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

Source from the content-addressed store, hash-verified

138 let pendingStreamedSummary: SummaryTextBlock | null = null;
139
140 function writeDurable(text: string): void {
141 sink.clearTransient();
142 pendingTransientRuntimeLine = null;
143 hasDurableRuntimeContent = true;
144 sink.writeDurable(text);
145 }
146
147 function writeSection(text: string): void {
148 sink.clearTransient();

Callers 3

flushGroupedDiagnosticsFunction · 0.85
processItemFunction · 0.85

Calls 4

formatCliTextBlockFunction · 0.85
clearTransientMethod · 0.80
writeDurableMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected