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

Method Loop

library/cpp/neh/rpc.cpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 void Loop(size_t threads) override {
277 S_->Loop(threads);
278 }
279
280 void ForkLoop(size_t threads) override {
281 S_->ForkLoop(threads);

Callers

nothing calls this directly

Calls 1

LoopMethod · 0.45

Tested by

no test coverage detected