(platform)
| 63 | } |
| 64 | |
| 65 | export function displayNameForPlatform(platform) { |
| 66 | return PLATFORM_TO_DISPLAY_NAME_MAP[platform] || platform; |
| 67 | }; |
| 68 | |
| 69 | export function displayNamesForPlatforms(platforms) { |
| 70 | return platforms.map((platform) => |
no outgoing calls
no test coverage detected
searching dependent graphs…