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

Function onStdout

src/utils/xcodebuild-domain-results.ts:279–282  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

277
278 const pipeline: XcodebuildPipeline = {
279 onStdout(chunk: string): void {
280 innerPipeline.onStdout(chunk);
281 emitChunkLines(stdoutState, chunk);
282 },
283
284 onStderr(chunk: string): void {
285 innerPipeline.onStderr(chunk);

Callers

nothing calls this directly

Calls 2

emitChunkLinesFunction · 0.85
onStdoutMethod · 0.65

Tested by

no test coverage detected