MCPcopy 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

GetImplMethod · 0.45

Tested by

no test coverage detected