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

Method GetPropertyAsBool

Source/cmMakefile.cxx:3690–3693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3688}
3689
3690bool cmMakefile::GetPropertyAsBool(std::string const& prop) const
3691{
3692 return this->GetProperty(prop).IsOn();
3693}
3694
3695std::vector<std::string> cmMakefile::GetPropertyKeys() const
3696{

Callers

nothing calls this directly

Calls 2

GetPropertyMethod · 0.95
IsOnMethod · 0.45

Tested by

no test coverage detected