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

Function WriteVectorT

library/cpp/coroutine/engine/network.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 TContIOStatus WriteVectorT(TCont* cont, SOCKET fd, TContIOVector* vec, TDuration timeOut) noexcept {
187 return WriteVectorD(cont, fd, vec, timeOut.ToDeadLine());
188 }
189
190 TContIOStatus WriteVectorI(TCont* cont, SOCKET fd, TContIOVector* vec) noexcept {
191 return WriteVectorD(cont, fd, vec, TInstant::Max());

Callers

nothing calls this directly

Calls 2

WriteVectorDFunction · 0.85
ToDeadLineMethod · 0.80

Tested by

no test coverage detected