| 210 | return this->GetNumberOfSelectors(EntityType::EDGEBLOCK); |
| 211 | } |
| 212 | const char* GetEdgeBlockSelector(int index) const |
| 213 | { |
| 214 | return this->GetSelector(EntityType::EDGEBLOCK, index); |
| 215 | } |
| 216 | std::set<std::string> GetEdgeBlockSelectors() const |
| 217 | { |
| 218 | return this->GetSelectors(EntityType::EDGEBLOCK); |
nothing calls this directly
no test coverage detected