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

Method GetPropertyAsBool

Source/cmStateDirectory.cxx:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

GetPropertyMethod · 0.95
IsOnMethod · 0.45

Tested by

no test coverage detected