Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
bool message_base_impl::is_initial() const {
118
return is_initial_;
119
}
120
121
void message_base_impl::set_initial(bool _is_initial) {
122
is_initial_ = _is_initial;
Callers
2
someip_message.cpp
File · 0.45
send_subscription_ack
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected