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

Function ReadVectorT

library/cpp/coroutine/engine/network.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 TContIOStatus ReadVectorT(TCont* cont, SOCKET fd, TContIOVector* vec, TDuration timeOut) noexcept {
135 return ReadVectorD(cont, fd, vec, timeOut.ToDeadLine());
136 }
137
138 TContIOStatus ReadVectorI(TCont* cont, SOCKET fd, TContIOVector* vec) noexcept {
139 return ReadVectorD(cont, fd, vec, TInstant::Max());

Callers

nothing calls this directly

Calls 2

ReadVectorDFunction · 0.85
ToDeadLineMethod · 0.80

Tested by

no test coverage detected