| 444 | } |
| 445 | |
| 446 | bool cmStateDirectory::GetPropertyAsBool(std::string const& prop) const |
| 447 | { |
| 448 | return this->GetProperty(prop).IsOn(); |
| 449 | } |
| 450 | |
| 451 | std::vector<std::string> cmStateDirectory::GetPropertyKeys() const |
| 452 | { |
nothing calls this directly
no test coverage detected