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

Method set_parent

implementation/routing/src/remote_subscription.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void remote_subscription::set_parent(const std::shared_ptr<remote_subscription>& _parent) {
252 parent_ = _parent;
253}
254
255std::uint32_t remote_subscription::get_answers() const {
256 return answers_;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected