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

Function emitErrorHandler

src/runtime/__tests__/tool-invoker.test.ts:153–157  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

151}
152
153function emitErrorHandler(text: string): ToolDefinition['handler'] {
154 return vi.fn(async (_params, ctx) => {
155 ctx.emit(statusFragment('error', text));
156 });
157}
158
159function emitNextStepsHandler(
160 text: string,

Callers

nothing calls this directly

Calls 2

emitMethod · 0.80
statusFragmentFunction · 0.70

Tested by

no test coverage detected