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

Method ReadSome

library/cpp/neh/asio/asio.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 size_t TTcpSocket::ReadSome(void* buff, size_t size, TErrorCode& ec) noexcept {
145 return Impl_->ReadSome(buff, size, ec);
146 }
147
148 bool TTcpSocket::IsOpen() const noexcept {
149 return Native() != INVALID_SOCKET;

Callers 10

OnConnectMethod · 0.45
OnReadSomeMethod · 0.45
OnCanReadMethod · 0.45
OnCanReadMethod · 0.45
OnConnectMethod · 0.45
OnCanReadMethod · 0.45
OnReadSomeMethod · 0.45
OnCanReadMethod · 0.45
OnReadSomeMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected