Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PrintUsageAndExit
Function
PrintUsageAndExit
library/cpp/getopt/small/last_getopt.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
namespace NLastGetopt {
4
void PrintUsageAndExit(const TOptsParser* parser) {
5
parser->PrintUsage();
6
exit(0);
7
}
8
9
}
Callers
nothing calls this directly
Calls
2
exit
Function · 0.85
PrintUsage
Method · 0.45
Tested by
no test coverage detected