(props: BackwardCheckpointsProps)
| 265 | ); |
| 266 | |
| 267 | const TestAllCheckpointsView = (props: BackwardCheckpointsProps) => ( |
| 268 | <> |
| 269 | <BackwardCheckpointsView {...props} /> |
| 270 | | |
| 271 | <CurrentCheckpointView {...props} /> |
| 272 | | |
| 273 | <ForwardCheckpointsView {...props} /> |
| 274 | | |
| 275 | <CheckpointView {...props} checkpointId="" />| |
| 276 | {/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */} |
| 277 | {/* @ts-ignore */} |
| 278 | <CheckpointView {...props} /> |
| 279 | </> |
| 280 | ); |
| 281 | |
| 282 | const TestTablesView = ( |
| 283 | props: TablesProps & {readonly cellPrefix?: string}, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…