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

Method get_parent

implementation/routing/src/remote_subscription.cpp:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247std::shared_ptr<remote_subscription> remote_subscription::get_parent() const {
248 return parent_.lock();
249}
250
251void remote_subscription::set_parent(const std::shared_ptr<remote_subscription>& _parent) {
252 parent_ = _parent;

Callers 4

send_subscription_ackMethod · 0.80
on_subscribe_ackMethod · 0.80
on_subscribe_nackMethod · 0.80

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected