| 165 | } |
| 166 | |
| 167 | void TcpClientConnection::start_up() { |
| 168 | TcpConnection::start_up(); |
| 169 | } |
| 170 | |
| 171 | void TcpClientImpl::check_ready(ConnectionId connection_id, td::Promise<td::Unit> promise) { |
| 172 | auto it = active_connections_.find(connection_id); |
nothing calls this directly
no outgoing calls
no test coverage detected