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

Method SendV

util/network/socket.cpp:888–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888ssize_t TSocket::SendV(const TPart* parts, size_t count) {
889 return Impl_->SendV(parts, count);
890}
891
892void TSocket::Close() {
893 Impl_->Close();

Callers 3

TestBrokenPipeMethod · 0.45
SendVMethod · 0.45
DoWriteVMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestBrokenPipeMethod · 0.36