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

Method OnEnd

library/cpp/testing/unittest/utmain.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void OnEnd() override {
84 for (const auto& proc : Processors) {
85 proc->End();
86 }
87 }
88
89 void OnUnitStart(const TUnit* unit) override {
90 for (const auto& proc : Processors) {

Callers

nothing calls this directly

Calls 1

EndMethod · 0.45

Tested by

no test coverage detected