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

Method get_guest

implementation/routing/src/routing_manager_impl.cpp:3670–3672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3668}
3669
3670bool routing_manager_impl::get_guest(client_t _client, boost::asio::ip::address& _address, port_t& _port) const {
3671 return ep_mgr_impl_->get_guest(_client, _address, _port);
3672}
3673
3674void routing_manager_impl::send_suspend() const {
3675 stub_->send_suspend();

Callers 2

inform_requestersMethod · 0.45
handle_requestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected