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

Method get_client_host

implementation/routing/src/routing_manager_base.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::string routing_manager_base::get_client_host() const {
66 std::scoped_lock its_env_lock(env_mutex_);
67 return env_;
68}
69
70void routing_manager_base::set_client_host(const std::string& _client_host) {
71

Callers 1

lazy_loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected