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