| 342 | } |
| 343 | |
| 344 | cmPropertyDefinition const* cmState::GetPropertyDefinition( |
| 345 | std::string const& name, cmProperty::ScopeType scope) const |
| 346 | { |
| 347 | return this->PropertyDefinitions.GetPropertyDefinition(name, scope); |
| 348 | } |
| 349 | |
| 350 | bool cmState::IsPropertyChained(std::string const& name, |
| 351 | cmProperty::ScopeType scope) const |
no outgoing calls
no test coverage detected