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

Method Recv

util/network/socket.cpp:601–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 }
600
601 inline ssize_t Recv(void* buf, size_t len) {
602 return Ops_->Recv(Fd_, buf, len);
603 }
604
605 inline ssize_t SendV(const TPart* parts, size_t count) {
606 return Ops_->SendV(Fd_, parts, count);

Callers

nothing calls this directly

Calls 1

RecvMethod · 0.45

Tested by

no test coverage detected