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

Method PrintHelpListGenerators

Source/cmDocumentation.cxx:692–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692bool cmDocumentation::PrintHelpListGenerators(std::ostream& os)
693{
694 auto const si = this->AllSections.find("Generators");
695 if (si != this->AllSections.end()) {
696 this->Formatter.PrintSection(os, si->second);
697 }
698 return true;
699}
700
701bool cmDocumentation::PrintHelpOneVariable(std::ostream& os)
702{

Callers 1

PrintDocumentationMethod · 0.95

Calls 3

PrintSectionMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected