MCPcopy Create free account
hub / github.com/catboost/catboost / GetHelp

Method GetHelp

library/cpp/getopt/small/last_getopt_opt.h:863–865  ·  view source on GitHub ↗

* Get help string that appears with `--help`. */

Source from the content-addressed store, hash-verified

861 * Get help string that appears with `--help`.
862 */
863 TStringBuf GetHelp() const {
864 return Help_;
865 }
866
867 /**
868 * Set help string that appears when completer suggests values fot this argument.

Callers 2

PrintUsageMethod · 0.80
PrintFreeArgsDescMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected