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

Function WriteI

library/cpp/coroutine/engine/network.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());
207 }
208
209
210 int ConnectD(TCont* cont, TSocketHolder& s, const struct addrinfo& ai, TInstant deadline) noexcept {

Callers 2

DoWriteMethod · 0.85
WriteMethod · 0.85

Calls 2

WriteDFunction · 0.85
MaxFunction · 0.50

Tested by

no test coverage detected