Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ recv
Function
recv
3rdparty/libprocess/src/windows/libwinio.cpp:544–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
542
543
544
Future<size_t> recv(const int_fd& fd, void* buf, size_t size)
545
{
546
return read_internal(fd, buf, size, IOType::RECV);
547
}
548
549
550
Future<size_t> send(const int_fd& fd, const void* buf, size_t size)
Callers
2
peek_callback
Method · 0.50
accept
Method · 0.50
Calls
1
read_internal
Function · 0.85
Tested by
no test coverage detected