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

Function accept

src/utils/xcodebuild-run-state.ts:154–156  ·  view source on GitHub ↗
(fragment: DomainFragment)

Source from the content-addressed store, hash-verified

152 const seenDiagnostics = new Set<string>();
153
154 function accept(fragment: DomainFragment): void {
155 onEvent?.(fragment);
156 }
157
158 function acceptDedupedDiagnostic(
159 fragment: CompilerDiagnosticFragment,

Callers 2

acceptDedupedDiagnosticFunction · 0.85
pushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected