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

Method DummyHelp

library/cpp/getopt/small/opt.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void Opt::DummyHelp(IOutputStream& os) {
92 Opts_->PrintUsage(GetProgramName(), os);
93}
94
95int Opt::GetArgC() const {
96 return (int)OptsParser_->Argc_;

Callers

nothing calls this directly

Calls 1

PrintUsageMethod · 0.45

Tested by

no test coverage detected