Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
888
ssize_t TSocket::SendV(const TPart* parts, size_t count) {
889
return Impl_->SendV(parts, count);
890
}
891
892
void TSocket::Close() {
893
Impl_->Close();
Callers
3
TestBrokenPipe
Method · 0.45
SendV
Method · 0.45
DoWriteV
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestBrokenPipe
Method · 0.36