Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteVectorD
Function · 0.85
Calls
4
writev
Function · 0.85
Parts
Method · 0.80
Min
Function · 0.50
Count
Method · 0.45
Tested by
no test coverage detected