Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TTcpSocket
Method
TTcpSocket
library/cpp/neh/asio/asio.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
TTcpSocket::TTcpSocket(TIOService& srv) noexcept
75
: Srv_(srv)
76
, Impl_(new TImpl(srv.GetImpl()))
77
{
78
}
79
80
TTcpSocket::~TTcpSocket() {
81
}
Callers
nothing calls this directly
Calls
1
GetImpl
Method · 0.45
Tested by
no test coverage detected