Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ isIpadDeviceName
Function
isIpadDeviceName
src/kernel/device.ts:376–378 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
374
}
375
376
function
isIpadDeviceName(name: string): boolean {
377
return
/\bipad\b/i.test(name);
378
}
Callers
1
appleTargetSelectionRank
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…