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

Function onStderr

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

Source from the content-addressed store, hash-verified

282 },
283
284 onStderr(chunk: string): void {
285 innerPipeline.onStderr(chunk);
286 emitChunkLines(stderrState, chunk);
287 },
288
289 emitFragment(fragment): void {
290 innerPipeline.emitFragment(fragment);

Callers

nothing calls this directly

Calls 2

emitChunkLinesFunction · 0.85
onStderrMethod · 0.65

Tested by

no test coverage detected