(value: unknown)
| 84 | } |
| 85 | |
| 86 | function isSimulatorPlatform(value: unknown): value is SimulatorPlatform { |
| 87 | return SIMULATOR_PLATFORMS.includes(value as SimulatorPlatform); |
| 88 | } |
| 89 | |
| 90 | function inferSimulatorSelectorForTool(params: { |
| 91 | simulatorId?: string; |
no outgoing calls
no test coverage detected