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

Function resolveDeviceName

src/utils/device-name-resolver.ts:58–61  ·  view source on GitHub ↗
(deviceId: string)

Source from the content-addressed store, hash-verified

56}
57
58export function resolveDeviceName(deviceId: string): string | undefined {
59 const names = loadDeviceNames();
60 return names.get(deviceId);
61}
62
63export function formatDeviceId(deviceId: string): string {
64 const name = resolveDeviceName(deviceId);

Callers 1

formatDeviceIdFunction · 0.85

Calls 2

loadDeviceNamesFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected