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

Method GetReportErrorLabel

Source/cmLocalVisualStudioGenerator.cxx:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166char const* cmLocalVisualStudioGenerator::GetReportErrorLabel() const
167{
168 return this->ReportErrorLabel();
169}
170
171std::string cmLocalVisualStudioGenerator::ConstructScript(
172 cmCustomCommandGenerator const& ccg, std::string const& newline_text)

Callers 2

ConstructScriptMethod · 0.95
FinishConstructScriptMethod · 0.95

Calls 1

ReportErrorLabelMethod · 0.95

Tested by

no test coverage detected