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

Method SetLineLength

Source/kwsys/CommandLineArguments.cxx:439–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439void CommandLineArguments::SetLineLength(unsigned int ll)
440{
441 if (ll < 9 || ll > 1000) {
442 return;
443 }
444 this->LineLength = ll;
445 this->GenerateHelp();
446}
447
448char const* CommandLineArguments::GetArgv0()
449{

Callers

nothing calls this directly

Calls 1

GenerateHelpMethod · 0.95

Tested by

no test coverage detected