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

Function ReadI

library/cpp/coroutine/engine/network.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 TContIOStatus ReadI(TCont* cont, SOCKET fd, void* buf, size_t len) noexcept {
154 return ReadD(cont, fd, buf, len, TInstant::Max());
155 }
156
157
158 TContIOStatus WriteVectorD(TCont* cont, SOCKET fd, TContIOVector* vec, TInstant deadline) noexcept {

Callers 5

DoReadMethod · 0.85
AcquireMethod · 0.85
AcquireMethod · 0.85
ReadMethod · 0.85

Calls 2

ReadDFunction · 0.85
MaxFunction · 0.50

Tested by 1