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

Method emit

src/rendering/types.ts:13–13  ·  view source on GitHub ↗
(fragment: AnyFragment)

Source from the content-addressed store, hash-verified

11
12export interface RenderSession {
13 emit(fragment: AnyFragment): void;
14 attach(image: ImageAttachment): void;
15 setStructuredOutput?(output: StructuredToolOutput): void;
16 getStructuredOutput?(): StructuredToolOutput | undefined;

Callers 15

invokeRegisteredToolFunction · 0.80
handleMessageMethod · 0.80
createTestSpawnerFunction · 0.80
testLogicFunction · 0.80
invokeAndCollectFunction · 0.80
executorTestLogicFunction · 0.80
invokeAndCollectFunction · 0.80
logicFunction · 0.80
createMockChildFunction · 0.80
createMockChildFunction · 0.80

Calls

no outgoing calls

Tested by 13

createTestSpawnerFunction · 0.64
testLogicFunction · 0.64
invokeAndCollectFunction · 0.64
executorTestLogicFunction · 0.64
invokeAndCollectFunction · 0.64
logicFunction · 0.64
createMockChildFunction · 0.64
createMockChildFunction · 0.64
createBuildResultToolFunction · 0.64
createTrackedChildFunction · 0.64
emitErrorHandlerFunction · 0.64