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

Method init

implementation/endpoints/src/endpoint_manager_base.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 client_host_(std::move(_client_host)) { }
38
39void endpoint_manager_base::init(std::shared_ptr<routing_host> const& _local_message_handler) {
40 std::scoped_lock its_lock(mtx_);
41 local_message_handler_ = _local_message_handler;
42}
43
44void endpoint_manager_base::start() {
45 std::scoped_lock its_lock(mtx_);

Callers 7

restartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected