Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RequestSendedCompletely
Method · 0.80
OnConnect
Method · 0.80
OnReadSome
Method · 0.80
~TConn
Method · 0.80
OnError
Method · 0.80
OnReadSome
Method · 0.80
OnAccept
Method · 0.80
OnConnect
Method · 0.80
~TConnection
Method · 0.80
OnError
Method · 0.80
OnAccept
Method · 0.80
Calls
1
Fd
Method · 0.45
Tested by
no test coverage detected