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

Method Send

util/network/socket.cpp:880–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880ssize_t TSocket::Send(const void* data, size_t len) {
881 return Impl_->Send(data, len);
882}
883
884ssize_t TSocket::Recv(void* buf, size_t len) {
885 return Impl_->Recv(buf, len);

Callers 6

TestBrokenPipeMethod · 0.45
SendMethod · 0.45
DoWriteMethod · 0.45
RunInetStreamTestFunction · 0.45
RunLocalStreamTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestBrokenPipeMethod · 0.36