Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
private:
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
Start
Method · 0.45
Tested by
no test coverage detected