Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ formatDeviceId
Function
formatDeviceId
src/utils/device-name-resolver.ts:63–69 ·
view source on GitHub ↗
(deviceId: string)
Source
from the content-addressed store, hash-verified
61
}
62
63
export
function
formatDeviceId(deviceId: string): string {
64
const
name = resolveDeviceName(deviceId);
65
if
(name) {
66
return
`${name} (${deviceId})`;
67
}
68
return
deviceId;
69
}
Callers
4
buildHeaderParams
Function · 0.90
createInstallResultItems
Function · 0.90
createLaunchResultItems
Function · 0.90
createStopResultItems
Function · 0.90
Calls
1
resolveDeviceName
Function · 0.85
Tested by
no test coverage detected