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

Function emitFragment

src/utils/xcodebuild-pipeline.ts:273–280  ·  view source on GitHub ↗
(fragment: DomainFragment)

Source from the content-addressed store, hash-verified

271 },
272
273 emitFragment(fragment: DomainFragment): void {
274 if (isRunStateFragment(fragment)) {
275 runState.push(fragment);
276 return;
277 }
278
279 emit(fragment);
280 },
281
282 finalize(
283 succeeded: boolean,

Callers

nothing calls this directly

Calls 3

isRunStateFragmentFunction · 0.85
emitFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected