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

Method Recv

util/network/socket.cpp:884–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884ssize_t TSocket::Recv(void* buf, size_t len) {
885 return Impl_->Recv(buf, len);
886}
887
888ssize_t TSocket::SendV(const TPart* parts, size_t count) {
889 return Impl_->SendV(parts, count);

Callers 5

RecvMethod · 0.45
DoReadMethod · 0.45
RunInetStreamTestFunction · 0.45
RunLocalStreamTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected