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

Function createStatus

src/utils/renderers/domain-result-text.ts:205–207  ·  view source on GitHub ↗
(level: StatusRenderItem['level'], message: string)

Source from the content-addressed store, hash-verified

203}
204
205function createStatus(level: StatusRenderItem['level'], message: string): StatusRenderItem {
206 return { type: 'status', level, message };
207}
208
209function createSection(
210 title: string,

Callers 15

createDeviceListItemsFunction · 0.85
createSimulatorListItemsFunction · 0.85
createDoctorReportItemsFunction · 0.85
createAppPathItemsFunction · 0.85
createInstallResultItemsFunction · 0.85
createLaunchResultItemsFunction · 0.85
createStopResultItemsFunction · 0.85
createSchemeListItemsFunction · 0.85
createBuildSettingsItemsFunction · 0.85
createProjectListItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected