(props: MetricProps)
| 200 | ); |
| 201 | |
| 202 | const TestMetricView = (props: MetricProps) => ( |
| 203 | <> |
| 204 | {props.metricId}:<MetricView {...props} /> |
| 205 | </> |
| 206 | ); |
| 207 | |
| 208 | const TestIndexView = (props: IndexProps & {readonly cellPrefix?: string}) => ( |
| 209 | <> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…