| 142 | } |
| 143 | |
| 144 | bool ItemFilter::matches(df::dfhack_material_category mask) const { |
| 145 | return mask.whole & mat_mask.whole; |
| 146 | } |
| 147 | |
| 148 | bool ItemFilter::matches(DFHack::MaterialInfo &material) const { |
| 149 | for (auto &mat : materials) |
no test coverage detected