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

Method onStdout

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

Source from the content-addressed store, hash-verified

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

Callers 15

executeXcodeBuildCommandFunction · 0.65
onStdoutFunction · 0.65
defaultExecutorFunction · 0.65
onStdoutFunction · 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
mockExecutorFunction · 0.52