(props: CellProps & {readonly cellPrefix?: string})
| 337 | ); |
| 338 | |
| 339 | const TestCellView = (props: CellProps & {readonly cellPrefix?: string}) => ( |
| 340 | <> |
| 341 | {props.cellId} |
| 342 | {props.cellPrefix} |
| 343 | <CellView {...props} /> |
| 344 | </> |
| 345 | ); |
| 346 | |
| 347 | const TestValuesView = ( |
| 348 | props: ValuesProps & {readonly valuePrefix?: string}, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…