( flags: ReturnType<typeof parseReplayRuntimeFlags>['flags'], )
| 41 | } |
| 42 | |
| 43 | function hasReplayOpenRuntimeHints( |
| 44 | flags: ReturnType<typeof parseReplayRuntimeFlags>['flags'], |
| 45 | ): boolean { |
| 46 | return Boolean( |
| 47 | flags.platform || |
| 48 | flags.metroHost || |
| 49 | flags.metroPort !== undefined || |
| 50 | flags.bundleUrl || |
| 51 | flags.launchUrl, |
| 52 | ); |
| 53 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…