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

Method Pop

Source/cmWorkingDirectory.cxx:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void cmWorkingDirectory::Pop()
32{
33 if (!this->OldDir.empty()) {
34 this->SetDirectory(this->OldDir);
35 this->OldDir.clear();
36 }
37}

Callers 1

~cmWorkingDirectoryMethod · 0.95

Calls 3

SetDirectoryMethod · 0.95
emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected