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

Method GetPropertyAsBool

Source/cmTest.cxx:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool cmTest::GetPropertyAsBool(std::string const& prop) const
53{
54 return this->GetProperty(prop).IsOn();
55}
56
57void cmTest::SetProperty(std::string const& prop, cmValue value)
58{

Callers

nothing calls this directly

Calls 2

GetPropertyMethod · 0.95
IsOnMethod · 0.45

Tested by

no test coverage detected