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

Method clear_remote_subscriptions

implementation/routing/src/eventgroupinfo.cpp:384–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void eventgroupinfo::clear_remote_subscriptions() {
385 std::scoped_lock its_lock(subscriptions_mutex_);
386 subscriptions_.clear();
387 remote_subscribers_count_.clear();
388}
389
390std::set<std::shared_ptr<endpoint_definition>> eventgroupinfo::get_unicast_targets() const {
391 std::set<std::shared_ptr<endpoint_definition>> its_targets;

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected