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

Method GetPolicyStatus

Source/cmMakefile.cxx:4056–4060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4054}
4055
4056cmPolicies::PolicyStatus cmMakefile::GetPolicyStatus(cmPolicies::PolicyID id,
4057 bool parent_scope) const
4058{
4059 return this->StateSnapshot.GetPolicy(id, parent_scope);
4060}
4061
4062bool cmMakefile::PolicyOptionalWarningEnabled(std::string const& var) const
4063{

Callers 5

AddEvaluationFileMethod · 0.95
ConfigureMethod · 0.95
AddCacheDefinitionMethod · 0.95
RecordPoliciesMethod · 0.95

Calls 1

GetPolicyMethod · 0.80

Tested by

no test coverage detected