Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ target_running
Method
target_running
implementation/routing/src/routing_client_state_machine.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void routing_client_state_machine::target_running() {
47
std::scoped_lock lock{mtx_};
48
shall_run_ = true;
49
}
50
51
[[nodiscard]] bool routing_client_state_machine::start_registration() {
52
Callers
2
TEST_F
Function · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected