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

Method AddError

Source/CursesDialog/cmCursesMainForm.cxx:595–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void cmCursesMainForm::AddError(std::string const& message,
596 char const* /*unused*/)
597{
598 this->Outputs.emplace_back(message);
599 this->HasNonStatusOutputs = true;
600 this->DisplayOutputs(message);
601}
602
603void cmCursesMainForm::RemoveEntry(char const* value)
604{

Callers 2

mainFunction · 0.45

Calls 2

DisplayOutputsMethod · 0.95
emplace_backMethod · 0.80

Tested by

no test coverage detected