Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ForkLoop
Method
ForkLoop
library/cpp/neh/rpc.cpp:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
void ForkLoop(size_t threads) override {
281
S_->ForkLoop(threads);
282
}
283
284
void SyncStopFork() override {
285
S_->SyncStopFork();
Callers
nothing calls this directly
Calls
1
ForkLoop
Method · 0.45
Tested by
no test coverage detected