MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / createSection

Function createSection

src/utils/renderers/domain-result-text.ts:209–215  ·  view source on GitHub ↗
(
  title: string,
  lines: string[],
  options: Omit<SectionTextBlock, 'type' | 'title' | 'lines'> = {},
)

Source from the content-addressed store, hash-verified

207}
208
209function createSection(
210 title: string,
211 lines: string[],
212 options: Omit<SectionTextBlock, 'type' | 'title' | 'lines'> = {},
213): SectionTextBlock {
214 return { type: 'section', title, lines, ...options };
215}
216
217function getResultDiagnostics(
218 result: ToolDomainResult,

Callers 15

createDeviceListItemsFunction · 0.85
createSimulatorListItemsFunction · 0.85
createBundleIdItemsFunction · 0.85
createSchemeListItemsFunction · 0.85
createBuildSettingsItemsFunction · 0.85
createProjectListItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected