(cat_1)
| 478 | return <Text key={colIndex} color={square.color}>{square.squareFullness >= 0.7 ? "\u26C1 " : "\u26C0 "}</Text>; |
| 479 | } |
| 480 | function _temp3(cat_1) { |
| 481 | return cat_1.name === RESERVED_CATEGORY_NAME; |
| 482 | } |
| 483 | function _temp2(cat_0) { |
| 484 | return cat_0.isDeferred && cat_0.name.includes("MCP"); |
| 485 | } |
nothing calls this directly
no outgoing calls
no test coverage detected