Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ ~RAII
Method
~RAII
Source/cmMakefileProfilingData.cxx:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
cmMakefileProfilingData::RAII::~RAII()
125
{
126
if (this->Data) {
127
this->Data->StopEntry();
128
}
129
}
130
131
cmMakefileProfilingData::RAII& cmMakefileProfilingData::RAII::operator=(
132
RAII&& other) noexcept
Callers
nothing calls this directly
Calls
1
StopEntry
Method · 0.80
Tested by
no test coverage detected