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

Method is_forwarded

implementation/routing/src/remote_subscription.cpp:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool remote_subscription::is_forwarded() const {
283 return this->final_destination_.load(std::memory_order_acquire) == destiny::forward;
284}
285
286void remote_subscription::set_forwarded() {
287 this->final_destination_.store(destiny::forward, std::memory_order_release);

Callers 1

expire_subscriptionsMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected