MCPcopy Create free account
hub / github.com/Kitware/CMake / GetPropertyDefinition

Method GetPropertyDefinition

Source/cmState.cxx:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

IsPropertyChainedMethod · 0.95
cmGetPropertyCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected