Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnFinish
Method
OnFinish
library/cpp/testing/unittest/utmain.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void OnFinish(const TFinish* finish) override {
108
for (const auto& proc : Processors) {
109
proc->Finish(*finish);
110
}
111
}
112
113
void OnBeforeTest(const TTest* test) override {
114
for (const auto& proc : Processors) {
Callers
nothing calls this directly
Calls
1
Finish
Method · 0.45
Tested by
no test coverage detected