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

Function getDevicePlatformInfo

src/utils/renderers/domain-result-text.ts:490–498  ·  view source on GitHub ↗
(platform: string)

Source from the content-addressed store, hash-verified

488}
489
490function getDevicePlatformInfo(platform: string): DevicePlatformInfo {
491 return (
492 DEVICE_PLATFORM_MAP[platform] ?? {
493 label: `${platform} Devices`,
494 emoji: '\u{1F4F1}',
495 order: 99,
496 }
497 );
498}
499
500function createDeviceListItems(
501 result: Extract<ToolDomainResult, { kind: 'device-list' }>,

Callers 1

createDeviceListItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected