({metricsId}: {readonly metricsId?: string})
| 510 | ); |
| 511 | |
| 512 | const ContextMetricsChild = ({metricsId}: {readonly metricsId?: string}) => ( |
| 513 | <> |
| 514 | <MetricView metrics={metricsId} metricId="m1" /> |
| 515 | {useMetric('m1', metricsId)} |
| 516 | </> |
| 517 | ); |
| 518 | |
| 519 | const ContextIndexes = ({ |
| 520 | indexes, |
nothing calls this directly
no test coverage detected
searching dependent graphs…