Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
880
ssize_t TSocket::Send(const void* data, size_t len) {
881
return Impl_->Send(data, len);
882
}
883
884
ssize_t TSocket::Recv(void* buf, size_t len) {
885
return Impl_->Recv(buf, len);
Callers
6
TestBrokenPipe
Method · 0.45
Send
Method · 0.45
DoWrite
Method · 0.45
RunInetStreamTest
Function · 0.45
RunLocalStreamTest
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestBrokenPipe
Method · 0.36