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

Method get_client

implementation/endpoints/src/endpoint_manager_impl.cpp:1513–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1511 }
1512}
1513client_t endpoint_manager_impl::get_client() const {
1514 return router_->get_client();
1515}
1516
1517std::string endpoint_manager_impl::get_client_host() const {
1518 return router_->get_client_host();

Callers 5

add_connectionMethod · 0.45
assign_clientMethod · 0.45
read_config_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected