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

Method onStderr

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

Source from the content-addressed store, hash-verified

33export interface XcodebuildPipeline {
34 onStdout(chunk: string): void;
35 onStderr(chunk: string): void;
36 emitFragment(fragment: AnyFragment): void;
37 finalize(
38 succeeded: boolean,

Callers 14

executeXcodeBuildCommandFunction · 0.65
onStderrFunction · 0.65
defaultExecutorFunction · 0.65
onStderrFunction · 0.65
processItemFunction · 0.65
collectEventsFunction · 0.65
collectRunStateEventsFunction · 0.65
executorFunction · 0.65

Calls

no outgoing calls

Tested by 4

collectEventsFunction · 0.52
collectRunStateEventsFunction · 0.52
executorFunction · 0.52
mockFunction · 0.52