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

Function read

src/windows/libwinio.cpp:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526
527
528Future<size_t> read(const int_fd& fd, void* buf, size_t size)
529{
530 return read_internal(fd, buf, size, IOType::READ);
531}
532
533
534Future<size_t> write(const int_fd& fd, const void* buf, size_t size)

Callers

nothing calls this directly

Calls 1

read_internalFunction · 0.85

Tested by

no test coverage detected