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

Method BeginObject

Source/cmConfigureLog.cxx:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void cmConfigureLog::BeginObject(cm::string_view key)
147{
148 this->BeginLine() << key << ':';
149 this->EndLine();
150 ++this->Indent;
151}
152
153void cmConfigureLog::EndObject()
154{

Callers 9

WriteChecksMethod · 0.95
EnsureInitMethod · 0.95
WriteValueMethod · 0.95
WriteEventMethod · 0.45
WriteEventMethod · 0.45
WriteSearchVariablesMethod · 0.45
SerializeDispatchFunction · 0.45
WriteTryRunEventFunction · 0.45

Calls 1

EndLineMethod · 0.95

Tested by

no test coverage detected