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

Method TRequest

library/cpp/neh/tcp2.cpp:426–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425 private:
426 TRequest(THandleRef& h, TMessage msg, TClient& clnt)
427 : Hndl_(h)
428 , Clnt_(clnt)
429 , Msg_(std::move(msg))
430 , Loc_(Msg_.Addr)
431 , Addr_(CachedResolve(TResolveInfo(Loc_.Host, Loc_.GetPort())))
432 , Canceled_(false)
433 , Id_(0)
434 {
435 DBGOUT("TClient::TRequest()");
436 }
437
438 void Run(TRequestRef& req) {
439 TDestination& dest = Clnt_.Dest_.Get(Addr_->Id);

Callers

nothing calls this directly

Calls 4

CachedResolveFunction · 0.85
TResolveInfoClass · 0.85
moveFunction · 0.50
GetPortMethod · 0.45

Tested by

no test coverage detected