MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / start_up

Method start_up

net/TcpClient.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void TcpClientConnection::start_up() {
168 TcpConnection::start_up();
169}
170
171void TcpClientImpl::check_ready(ConnectionId connection_id, td::Promise<td::Unit> promise) {
172 auto it = active_connections_.find(connection_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected