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

Method EndObject

Source/cmConfigureLog.cxx:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void cmConfigureLog::EndObject()
154{
155 assert(this->Indent);
156 --this->Indent;
157}
158
159void cmConfigureLog::BeginEvent(std::string const& kind, cmMakefile const& mf)
160{

Callers 9

~cmConfigureLogMethod · 0.95
WriteChecksMethod · 0.95
WriteValueMethod · 0.95
WriteEventMethod · 0.45
WriteEventMethod · 0.45
WriteSearchVariablesMethod · 0.45
SerializeDispatchFunction · 0.45
WriteTryRunEventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected