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

Function formatBuildStageEvent

src/utils/renderers/event-formatting.ts:472–477  ·  view source on GitHub ↗
(event: BuildStageRenderItem)

Source from the content-addressed store, hash-verified

470};
471
472export function formatBuildStageEvent(event: BuildStageRenderItem): string {
473 if (event.stage === 'COMPLETED') {
474 return event.message;
475 }
476 return `\u203A ${BUILD_STAGE_LABEL[event.stage]}`;
477}
478
479export function formatTransientBuildStageEvent(event: BuildStageRenderItem): string {
480 if (event.stage === 'COMPLETED') {

Callers 2

processItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected