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

Function ReadT

library/cpp/coroutine/engine/network.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 TContIOStatus ReadT(TCont* cont, SOCKET fd, void* buf, size_t len, TDuration timeout) noexcept {
150 return ReadD(cont, fd, buf, len, timeout.ToDeadLine());
151 }
152
153 TContIOStatus ReadI(TCont* cont, SOCKET fd, void* buf, size_t len) noexcept {
154 return ReadD(cont, fd, buf, len, TInstant::Max());

Callers 1

ReadMethod · 0.85

Calls 2

ReadDFunction · 0.85
ToDeadLineMethod · 0.80

Tested by

no test coverage detected