MCPcopy Create free account
hub / github.com/3rdparty/libprocess / write

Function write

src/windows/libwinio.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532
533
534Future<size_t> write(const int_fd& fd, const void* buf, size_t size)
535{
536 return write_internal(fd, buf, size, IOType::WRITE);
537}
538
539
540Future<size_t> recv(const int_fd& fd, void* buf, size_t size)

Callers

nothing calls this directly

Calls 1

write_internalFunction · 0.85

Tested by

no test coverage detected