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

Method NextArrayElement

Source/cmConfigureLog.cxx:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void cmConfigureLog::NextArrayElement()
132{
133 assert(this->Indent);
134 --this->Indent;
135 this->BeginLine() << '-';
136 this->EndLine();
137 ++this->Indent;
138}
139
140void cmConfigureLog::EndArray()
141{

Callers 2

WriteEventMethod · 0.80
WriteSearchVariablesMethod · 0.80

Calls 1

EndLineMethod · 0.95

Tested by

no test coverage detected