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

Method OnError

library/cpp/testing/unittest/utmain.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void OnError(const TError* error) override {
102 for (const auto& proc : Processors) {
103 proc->Error(*error);
104 }
105 }
106
107 void OnFinish(const TFinish* finish) override {
108 for (const auto& proc : Processors) {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected