| 288 | return this->GetNumberOfSelectors(EntityType::ELEMENTBLOCK); |
| 289 | } |
| 290 | const char* GetElementBlockSelector(int index) const |
| 291 | { |
| 292 | return this->GetSelector(EntityType::ELEMENTBLOCK, index); |
| 293 | } |
| 294 | std::set<std::string> GetElementBlockSelectors() const |
| 295 | { |
| 296 | return this->GetSelectors(EntityType::ELEMENTBLOCK); |
nothing calls this directly
no test coverage detected