(
props: ResultCellProps & {readonly cellPrefix?: string},
)
| 255 | ); |
| 256 | |
| 257 | const TestResultCellView = ( |
| 258 | props: ResultCellProps & {readonly cellPrefix?: string}, |
| 259 | ) => ( |
| 260 | <> |
| 261 | {props.cellId} |
| 262 | {props.cellPrefix} |
| 263 | <ResultCellView {...props} /> |
| 264 | </> |
| 265 | ); |
| 266 | |
| 267 | const TestAllCheckpointsView = (props: BackwardCheckpointsProps) => ( |
| 268 | <> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…