(c_1)
| 463 | return c.name === "Free space"; |
| 464 | } |
| 465 | function _temp6(c_1) { |
| 466 | return c_1.name === "Free space"; |
| 467 | } |
| 468 | function _temp5(row, rowIndex) { |
| 469 | return <Box key={rowIndex} flexDirection="row" marginLeft={-1}>{row.map(_temp4)}</Box>; |
| 470 | } |
nothing calls this directly
no outgoing calls
no test coverage detected