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

Method OnStopMain

library/cpp/testing/unittest/plugin.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 void OnStopMain(int argc, char* argv[]) const {
19 for (const auto& plugin : Plugins) {
20 plugin->OnStopMain(argc, argv);
21 }
22 }
23
24 void Register(TSimpleSharedPtr<IPlugin> plugin) {
25 Plugins.emplace_back(std::move(plugin));

Callers 1

OnStopMainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected