Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator()
Method
operator()
library/cpp/getopt/small/modchooser.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
int operator()(const int argc, const char** argv) override {
22
return Main(argc, argv);
23
}
24
25
private:
26
TMainFunctionPtr Main;
Callers
nothing calls this directly
Calls
1
Main
Function · 0.50
Tested by
no test coverage detected