MCPcopy 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

RunMainMethod · 0.85

Calls 2

InstanceFunction · 0.85
OnStartMainMethod · 0.45

Tested by

no test coverage detected