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

Function emit

src/rendering/render.ts:40–42  ·  view source on GitHub ↗
(fragment: AnyFragment)

Source from the content-addressed store, hash-verified

38
39 return {
40 emit(fragment: AnyFragment): void {
41 hooks.onEmit?.(fragment);
42 },
43
44 attach(image: ImageAttachment): void {
45 attachments.push(image);

Callers 2

createXcodebuildPipelineFunction · 0.85
emitFragmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected