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

Method EndEvent

Source/cmConfigureLog.cxx:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void cmConfigureLog::EndEvent()
174{
175 assert(this->Indent);
176 --this->Indent;
177}
178
179void cmConfigureLog::WriteValue(cm::string_view key, std::nullptr_t)
180{

Callers 5

WriteEventMethod · 0.80
WriteEventMethod · 0.80
WriteTryCompileEventFunction · 0.80
WriteMessageEventFunction · 0.80
WriteTryRunEventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected