Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Send
Method
Send
util/network/socket.cpp:597–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
inline ssize_t Send(const void* data, size_t len) {
598
return Ops_->Send(Fd_, data, len);
599
}
600
601
inline ssize_t Recv(void* buf, size_t len) {
602
return Ops_->Recv(Fd_, buf, len);
Callers
nothing calls this directly
Calls
1
Send
Method · 0.45
Tested by
no test coverage detected