Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ ~CallRAII
Method
~CallRAII
Source/cmMakefile.cxx:446–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
cmMakefile::CallRAII::~CallRAII()
447
{
448
if (this->Makefile) {
449
this->Detach();
450
}
451
}
452
453
cmMakefile* cmMakefile::CallRAII::Detach()
454
{
Callers
nothing calls this directly
Calls
1
Detach
Method · 0.95
Tested by
no test coverage detected