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

Method find_routing_endpoint

implementation/routing/src/routing_manager_impl.cpp:3708–3710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3706}
3707
3708std::shared_ptr<local_endpoint> routing_manager_impl::find_routing_endpoint(client_t _client) const {
3709 return ep_mgr_impl_->find_routing_endpoint(_client);
3710}
3711
3712const char* routing_manager_impl::routing_state_tostring(routing_state_e _state) {
3713 switch (_state) {

Callers 2

on_ping_timer_expiredMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected