MCPcopy Create free account
hub / github.com/apache/mesos / write

Function write

3rdparty/libprocess/src/windows/libwinio.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536
537
538Future<size_t> write(const int_fd& fd, const void* buf, size_t size)
539{
540 return write_internal(fd, buf, size, IOType::WRITE);
541}
542
543
544Future<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