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

Method start

implementation/endpoints/src/endpoint_manager_base.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void endpoint_manager_base::start() {
45 std::scoped_lock its_lock(mtx_);
46 is_started_ = true;
47}
48
49void endpoint_manager_base::stop() {
50 std::scoped_lock its_lock(mtx_);

Calls

no outgoing calls

Tested by

no test coverage detected