Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnStartMain
Function
OnStartMain
library/cpp/testing/unittest/plugin.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void OnStartMain(int argc, char* argv[]) {
42
TPlugins::Instance().OnStartMain(argc, argv);
43
}
44
45
void OnStopMain(int argc, char* argv[]) {
46
TPlugins::Instance().OnStopMain(argc, argv);
Callers
1
RunMain
Method · 0.85
Calls
2
Instance
Function · 0.85
OnStartMain
Method · 0.45
Tested by
no test coverage detected