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

Method PrintUsage

Source/cmDocumentation.cxx:720–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720bool cmDocumentation::PrintUsage(std::ostream& os)
721{
722 auto const si = this->AllSections.find("Usage");
723 if (si != this->AllSections.end()) {
724 this->Formatter.PrintSection(os, si->second);
725 }
726 return true;
727}
728
729bool cmDocumentation::PrintHelp(std::ostream& os)
730{

Callers 1

PrintDocumentationMethod · 0.95

Calls 3

PrintSectionMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected