Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void endpoint_manager_base::start() {
45
std::scoped_lock its_lock(mtx_);
46
is_started_ = true;
47
}
48
49
void endpoint_manager_base::stop() {
50
std::scoped_lock its_lock(mtx_);
Callers
2
find_or_create_local_client
Method · 0.45
add_local_server_endpoint_unlocked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected