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

Method Native

library/cpp/neh/asio/asio.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 SOCKET TTcpSocket::Native() const noexcept {
157 return Impl_->Fd();
158 }
159
160 TEndpoint TTcpSocket::RemoteEndpoint() const {
161 return Impl_->RemoteEndpoint();

Callers 11

OnConnectMethod · 0.80
OnReadSomeMethod · 0.80
~TConnMethod · 0.80
OnErrorMethod · 0.80
OnReadSomeMethod · 0.80
OnAcceptMethod · 0.80
OnConnectMethod · 0.80
~TConnectionMethod · 0.80
OnErrorMethod · 0.80
OnAcceptMethod · 0.80

Calls 1

FdMethod · 0.45

Tested by

no test coverage detected