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

Method EndArray

Source/cmConfigureLog.cxx:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void cmConfigureLog::EndArray()
141{
142 assert(this->Indent);
143 --this->Indent;
144}
145
146void cmConfigureLog::BeginObject(cm::string_view key)
147{

Callers 2

WriteEventMethod · 0.45
WriteSearchVariablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected