Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
export
interface
XcodebuildPipeline {
34
onStdout(chunk: string): void;
35
onStderr(chunk: string): void;
36
emitFragment(fragment: AnyFragment): void;
37
finalize(
Callers
15
executeXcodeBuildCommand
Function · 0.65
onStdout
Function · 0.65
defaultExecutor
Function · 0.65
onStdout
Function · 0.65
processItem
Function · 0.65
xcodebuild-output.test.ts
File · 0.65
collectEvents
Function · 0.65
collectRunStateEvents
Function · 0.65
xcodebuild-event-parser.test.ts
File · 0.65
executor
Function · 0.65
xcodebuild-pipeline.test.ts
File · 0.65
createSwiftPackageRunExecutor
Function · 0.65
Calls
no outgoing calls
Tested by
4
collectEvents
Function · 0.52
collectRunStateEvents
Function · 0.52
executor
Function · 0.52
mockExecutor
Function · 0.52