MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / flushChunkLines

Function flushChunkLines

src/utils/xcodebuild-domain-results.ts:55–62  ·  view source on GitHub ↗
(state: LineStreamState)

Source from the content-addressed store, hash-verified

53}
54
55function flushChunkLines(state: LineStreamState): void {
56 if (state.remainder.length === 0) {
57 return;
58 }
59
60 state.lines.push(state.remainder);
61 state.remainder = '';
62}
63
64function collectRawOutput(
65 fallbackErrorMessages: readonly string[] | undefined,

Callers 1

finalizeFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected