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

Method is_initial

implementation/routing/src/remote_subscription.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool remote_subscription::is_initial() const {
58 return is_initial_;
59}
60
61void remote_subscription::set_initial(const bool _is_initial) {
62 is_initial_ = _is_initial;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected