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

Method WriteValue

Source/cmConfigureLog.cxx:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void cmConfigureLog::WriteValue(cm::string_view key, std::nullptr_t)
180{
181 this->BeginLine() << key << ": null";
182 this->EndLine();
183}
184
185void cmConfigureLog::WriteValue(cm::string_view key, bool value)
186{

Callers 7

WriteBacktraceMethod · 0.95
BeginEventMethod · 0.95
WriteEventMethod · 0.80
WriteEventMethod · 0.80
WriteSearchVariablesMethod · 0.80
WriteTryRunEventFunction · 0.80

Calls 5

EndLineMethod · 0.95
BeginObjectMethod · 0.95
EndObjectMethod · 0.95
find_first_not_ofMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected