(cat_0)
| 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 | } |
| 486 | function _temp(cat) { |
| 487 | return cat.tokens > 0 && cat.name !== "Free space" && cat.name !== RESERVED_CATEGORY_NAME && !cat.isDeferred; |
| 488 | } |
nothing calls this directly
no outgoing calls
no test coverage detected