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

Function ReadVectorI

library/cpp/coroutine/engine/network.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 TContIOStatus ReadVectorI(TCont* cont, SOCKET fd, TContIOVector* vec) noexcept {
139 return ReadVectorD(cont, fd, vec, TInstant::Max());
140 }
141
142
143 TContIOStatus ReadD(TCont* cont, SOCKET fd, void* buf, size_t len, TInstant deadline) noexcept {

Callers

nothing calls this directly

Calls 2

ReadVectorDFunction · 0.85
MaxFunction · 0.50

Tested by

no test coverage detected