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

Method clear_destiny

implementation/routing/src/remote_subscription.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void remote_subscription::clear_destiny() {
291 this->final_destination_.store(destiny::none, std::memory_order_release);
292}
293
294std::shared_ptr<remote_subscription> remote_subscription::get_parent_or_self() {
295 // check if parent subscription exists, if so return it, otherwise return the subscription itself to be used for checking pending

Callers 1

on_remote_subscribeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected