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

Method SendV

util/network/socket.cpp:605–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 }
604
605 inline ssize_t SendV(const TPart* parts, size_t count) {
606 return Ops_->SendV(Fd_, parts, count);
607 }
608
609 inline void Close() {
610 Fd_.Close();

Callers

nothing calls this directly

Calls 1

SendVMethod · 0.45

Tested by

no test coverage detected