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

Method PopPolicy

Source/cmStateSnapshot.cxx:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool cmStateSnapshot::PopPolicy()
162{
163 cmStateDetail::PositionType pos = this->Position;
164 if (pos->Policies == pos->PolicyScope) {
165 return false;
166 }
167 pos->Policies = this->State->PolicyStack.Pop(pos->Policies);
168 return true;
169}
170
171bool cmStateSnapshot::CanPopPolicyScope()
172{

Callers

nothing calls this directly

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected