| 402 | } |
| 403 | |
| 404 | void local_server::tmp_connection::hand_over(client_t _client) { |
| 405 | if (auto p = parent_.lock(); p) { |
| 406 | p->add_connection(_client, expected_id_, std::move(socket_), receive_buffer_, lc_count_, std::move(client_host_), |
| 407 | std::move(routing_address_), routing_port_); |
| 408 | } |
| 409 | } |
| 410 | } |
nothing calls this directly
no test coverage detected