MCPcopy 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
446cmMakefile::CallRAII::~CallRAII()
447{
448 if (this->Makefile) {
449 this->Detach();
450 }
451}
452
453cmMakefile* cmMakefile::CallRAII::Detach()
454{

Callers

nothing calls this directly

Calls 1

DetachMethod · 0.95

Tested by

no test coverage detected