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

Function onStderr

src/utils/xcodebuild-pipeline.ts:268–271  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

266 },
267
268 onStderr(chunk: string): void {
269 logCapture.write(chunk);
270 parser.onStderr(chunk);
271 },
272
273 emitFragment(fragment: DomainFragment): void {
274 if (isRunStateFragment(fragment)) {

Callers

nothing calls this directly

Calls 2

writeMethod · 0.65
onStderrMethod · 0.65

Tested by

no test coverage detected