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

Method IsPropertyChained

Source/cmState.cxx:350–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350bool cmState::IsPropertyChained(std::string const& name,
351 cmProperty::ScopeType scope) const
352{
353 if (auto const* def = this->GetPropertyDefinition(name, scope)) {
354 return def->IsChained();
355 }
356 return false;
357}
358
359void cmState::SetLanguageEnabled(std::string const& l)
360{

Callers 4

GetPropertyMethod · 0.80
GetPropertyMethod · 0.80
GetPropertyMethod · 0.80
GetPropertyMethod · 0.80

Calls 2

GetPropertyDefinitionMethod · 0.95
IsChainedMethod · 0.80

Tested by 1

GetPropertyMethod · 0.64