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

Function createDetailTree

src/utils/renderers/domain-result-text.ts:310–312  ·  view source on GitHub ↗
(items: DetailTreeTextBlock['items'])

Source from the content-addressed store, hash-verified

308}
309
310function createDetailTree(items: DetailTreeTextBlock['items']): DetailTreeTextBlock {
311 return { type: 'detail-tree', items };
312}
313
314function createPathDetailItem(label: string, path: string): DetailTreePathItem {
315 return { label, path };

Callers 8

createAppPathItemsFunction · 0.85
createLaunchResultItemsFunction · 0.85
createCaptureResultItemsFunction · 0.85
createBuildLikeTailItemsFunction · 0.85
createSpecialCaseItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected