MCPcopy Create free account
hub / github.com/catboost/catboost / OnStartMain

Method OnStartMain

library/cpp/testing/unittest/plugin.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 class TPlugins {
11 public:
12 void OnStartMain(int argc, char* argv[]) const {
13 for (const auto& plugin : Plugins) {
14 plugin->OnStartMain(argc, argv);
15 }
16 }
17
18 void OnStopMain(int argc, char* argv[]) const {
19 for (const auto& plugin : Plugins) {

Callers 1

OnStartMainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected