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

Method set_selective

implementation/service_discovery/src/subscription.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 return is_selective_;
42}
43void subscription::set_selective(const bool _is_selective) {
44 is_selective_ = _is_selective;
45}
46
47subscription_state_e subscription::get_state(const client_t _client) const {
48 std::scoped_lock its_lock(clients_mutex_);

Callers 2

unsubscribeMethod · 0.80
create_subscriptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected