| 76 | td::actor::send_closure(id_, &TcpClientImpl::process_query_error, connection_id_, query_id, std::move(error)); |
| 77 | } |
| 78 | Cb(td::actor::ActorId<TcpClientImpl> id, ConnectionId connection_id) : id_(id), connection_id_(connection_id) { |
| 79 | } |
| 80 | }; |
| 81 | return std::make_unique<Cb>(actor_id(this), connection_id); |
| 82 | } |
nothing calls this directly
no outgoing calls
no test coverage detected