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

Function WriteVectorI

library/cpp/coroutine/engine/network.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 TContIOStatus WriteVectorI(TCont* cont, SOCKET fd, TContIOVector* vec) noexcept {
191 return WriteVectorD(cont, fd, vec, TInstant::Max());
192 }
193
194
195 TContIOStatus WriteD(TCont* cont, SOCKET fd, const void* buf, size_t len, TInstant deadline) noexcept {

Callers 2

DoSendCycleMethod · 0.85
DoSendCycleMethod · 0.85

Calls 2

WriteVectorDFunction · 0.85
MaxFunction · 0.50

Tested by

no test coverage detected