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

Method Socket

library/cpp/neh/https.cpp:1021–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019 }
1020
1021 SOCKET Socket() {
1022 if (Y_UNLIKELY(!Connection_)) {
1023 ythrow TSslException() << TStringBuf("no connection provided");
1024 }
1025
1026 return Connection_->Socket();
1027 }
1028
1029 private:
1030 void DoWrite(const void* buf, size_t len) override {

Callers

nothing calls this directly

Calls 1

SocketMethod · 0.45

Tested by

no test coverage detected