MCPcopy 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
540Future<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
546Future<size_t> send(const int_fd& fd, const void* buf, size_t size)

Callers 1

peek_callbackMethod · 0.85

Calls 1

read_internalFunction · 0.85

Tested by

no test coverage detected