Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
void Opt::DummyHelp(IOutputStream& os) {
92
Opts_->PrintUsage(GetProgramName(), os);
93
}
94
95
int Opt::GetArgC() const {
96
return (int)OptsParser_->Argc_;
Callers
nothing calls this directly
Calls
1
PrintUsage
Method · 0.45
Tested by
no test coverage detected