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

Method Request

library/cpp/neh/multiclient.cpp:359–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358 private:
359 THandleRef Request(const TRequest& req) override {
360 return MC_->Request(req);
361 }
362
363 bool Wait(TEvent& ev, TInstant deadline = TInstant::Max()) override {
364 return MC_->Wait(ev, deadline);

Callers

nothing calls this directly

Calls 1

RequestMethod · 0.45

Tested by

no test coverage detected