MCPcopy Index your code
hub / github.com/callstack/agent-device / supportsAppleSimulatorSelection

Function supportsAppleSimulatorSelection

src/kernel/device.ts:220–222  ·  view source on GitHub ↗
(platform: PlatformSelector | undefined)

Source from the content-addressed store, hash-verified

218}
219
220function supportsAppleSimulatorSelection(platform: PlatformSelector | undefined): boolean {
221 return !platform || platform === 'apple' || platform === 'ios';
222}
223
224export async function resolveDevice(
225 devices: DeviceInfo[],

Callers 1

throwNoDevicesFoundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected