| 91 | |
| 92 | struct IsStructure { |
| 93 | IsStructure(const ObservationInterface* obs) : observation_(obs) {}; |
| 94 | |
| 95 | bool operator()(const Unit& unit) { |
| 96 | auto& attributes = observation_->GetUnitTypeData().at(unit.unit_type).attributes; |
nothing calls this directly
no outgoing calls
no test coverage detected