| 233 | //### BooleanTool ### |
| 234 | |
| 235 | BooleanTool::BooleanTool(Operation op, Map* map) |
| 236 | : op(op) |
| 237 | , map(map) |
| 238 | { |
| 239 | ; // nothing |
| 240 | } |
| 241 | |
| 242 | bool BooleanTool::execute() |
| 243 | { |
nothing calls this directly
no outgoing calls
no test coverage detected