Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
void cmConfigureLog::BeginObject(cm::string_view key)
147
{
148
this->BeginLine() << key <<
':'
;
149
this->EndLine();
150
++this->Indent;
151
}
152
153
void cmConfigureLog::EndObject()
154
{
Callers
9
WriteChecks
Method · 0.95
EnsureInit
Method · 0.95
WriteValue
Method · 0.95
WriteEvent
Method · 0.45
WriteEvent
Method · 0.45
WriteTryCompileEventFields
Method · 0.45
WriteSearchVariables
Method · 0.45
SerializeDispatch
Function · 0.45
WriteTryRunEvent
Function · 0.45
Calls
1
EndLine
Method · 0.95
Tested by
no test coverage detected