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

Method GetCMP0189

Source/cmGenExContext.cxx:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28cmPolicies::PolicyStatus Context::GetCMP0189() const
29{
30 if (this->CMP0189.has_value()) {
31 return *this->CMP0189;
32 }
33 return this->LG->GetPolicyStatus(cmPolicies::CMP0189);
34}
35
36}
37}

Callers 1

IsTransitivePropertyMethod · 0.80

Calls 2

has_valueMethod · 0.80
GetPolicyStatusMethod · 0.45

Tested by

no test coverage detected