MCPcopy Create free account
hub / github.com/catboost/catboost / DoWriteVector

Function DoWriteVector

library/cpp/coroutine/engine/network.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 ssize_t DoWriteVector(SOCKET fd, TContIOVector* vec) noexcept {
25 return writev(fd, (const iovec*) vec->Parts(), Min(IOV_MAX, (int) vec->Count()));
26 }
27 }
28
29

Callers 1

WriteVectorDFunction · 0.85

Calls 4

writevFunction · 0.85
PartsMethod · 0.80
MinFunction · 0.50
CountMethod · 0.45

Tested by

no test coverage detected