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

Method is_in_mainphase

implementation/routing/src/serviceinfo.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool serviceinfo::is_in_mainphase() const {
113 return is_in_mainphase_;
114}
115
116void serviceinfo::set_is_in_mainphase(bool _in_mainphase) {
117 is_in_mainphase_ = _in_mainphase;

Callers 2

insert_offer_entriesMethod · 0.80
stop_offer_serviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected