(data: LaunchpadsInfo[], launchpad: Launchpad)
| 15 | } |
| 16 | |
| 17 | export function getLaunchpad(data: LaunchpadsInfo[], launchpad: Launchpad) { |
| 18 | return data.find(item => item.id === launchpad) |
| 19 | } |
| 20 | |
| 21 | export function getLaunchpadStats( |
| 22 | data?: LaunchpadsInfo, |
nothing calls this directly
no outgoing calls
no test coverage detected