(platforms: SetupPlatform[])
| 188 | } |
| 189 | |
| 190 | function derivePlatformSessionDefault(platforms: SetupPlatform[]): string | undefined { |
| 191 | if (platforms.length !== 1) return undefined; |
| 192 | return SETUP_PLATFORM_TO_SESSION_DEFAULT[platforms[0]]; |
| 193 | } |
| 194 | |
| 195 | function filterSimulatorsByPlatforms( |
| 196 | simulators: ListedSimulator[], |
no outgoing calls
no test coverage detected