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

Method Socket

library/cpp/neh/https.cpp:830–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828 }
829
830 SOCKET Socket() {
831 return S_;
832 }
833
834 int PollT(int what, const TDuration& timeout) {
835 return NCoro::PollT(Cont_, Socket(), what, timeout);

Callers 4

SocketMethod · 0.45
DoRunMethod · 0.45
TRequestMethod · 0.45
CanceledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected