MCPcopy Create free account
hub / github.com/COVESA/vsomeip / hand_over

Method hand_over

implementation/endpoints/src/local_server.cpp:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void 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}

Callers

nothing calls this directly

Calls 2

lockMethod · 0.80
add_connectionMethod · 0.45

Tested by

no test coverage detected