Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
cmPolicies::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
IsTransitiveProperty
Method · 0.80
Calls
2
has_value
Method · 0.80
GetPolicyStatus
Method · 0.45
Tested by
no test coverage detected