MCPcopy 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
46void 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_FFunction · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected