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

Function WriteT

library/cpp/coroutine/engine/network.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 TContIOStatus WriteT(TCont* cont, SOCKET fd, const void* buf, size_t len, TDuration timeout) noexcept {
202 return WriteD(cont, fd, buf, len, timeout.ToDeadLine());
203 }
204
205 TContIOStatus WriteI(TCont* cont, SOCKET fd, const void* buf, size_t len) noexcept {
206 return WriteD(cont, fd, buf, len, TInstant::Max());

Callers

nothing calls this directly

Calls 2

WriteDFunction · 0.85
ToDeadLineMethod · 0.80

Tested by

no test coverage detected