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

Method is_initial

implementation/message/src/message_base_impl.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool message_base_impl::is_initial() const {
118 return is_initial_;
119}
120
121void message_base_impl::set_initial(bool _is_initial) {
122 is_initial_ = _is_initial;

Callers 2

someip_message.cppFile · 0.45
send_subscription_ackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected