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:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
int operator()(const int argc, const char** argv) override {
37
TVector<TString> nargv(argv, argv + argc);
38
return Main(nargv);
39
}
40
41
private:
42
TMainFunctionPtrV Main;
Callers
nothing calls this directly
Calls
1
Main
Function · 0.50
Tested by
no test coverage detected