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

Method OnStart

library/cpp/testing/unittest/utmain.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76private:
77 void OnStart() override {
78 for (const auto& proc : Processors) {
79 proc->Start();
80 }
81 }
82
83 void OnEnd() override {
84 for (const auto& proc : Processors) {

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected