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

Function startPipeline

src/utils/__tests__/xcodebuild-output.test.ts:7–15  ·  view source on GitHub ↗
(emit: (fragment: AnyFragment) => void = () => {})

Source from the content-addressed store, hash-verified

5import type { AnyFragment } from '../../types/domain-fragments.ts';
6
7function startPipeline(emit: (fragment: AnyFragment) => void = () => {}): StartedPipeline {
8 const pipeline = createXcodebuildPipeline({
9 operation: 'BUILD',
10 toolName: 'build_run_macos',
11 params: { scheme: 'MyApp' },
12 emit,
13 });
14 return { pipeline, startedAt: Date.now() };
15}
16
17describe('xcodebuild-output', () => {
18 it('does not emit fallback events (fallback is handled by domain result creators)', () => {

Callers 1

Calls 1

createXcodebuildPipelineFunction · 0.90

Tested by

no test coverage detected