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

Function onStdout

src/utils/xcodebuild-event-parser.ts:459–461  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

457
458 return {
459 onStdout(chunk: string): void {
460 stdoutBuffer = drainLines(stdoutBuffer, chunk);
461 },
462 onStderr(chunk: string): void {
463 stderrBuffer = drainLines(stderrBuffer, chunk);
464 },

Callers

nothing calls this directly

Calls 1

drainLinesFunction · 0.85

Tested by

no test coverage detected