Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
void cmWorkingDirectory::Pop()
32
{
33
if (!this->OldDir.empty()) {
34
this->SetDirectory(this->OldDir);
35
this->OldDir.clear();
36
}
37
}
Callers
1
~cmWorkingDirectory
Method · 0.95
Calls
3
SetDirectory
Method · 0.95
empty
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected