Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoCodeStack/ios-device-farm
/ getDeviceName
Function
getDeviceName
src/utils/device.utils.ts:171–173 ·
view source on GitHub ↗
(machineId: string)
Source
from the content-addressed store, hash-verified
169
};
170
171
export
function
getDeviceName(machineId: string): string {
172
return
iPhoneModels[machineId] || iPadModels[machineId] ||
"iPhone"
;
173
}
Callers
1
attachedEvent
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected