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

Method has_entry

implementation/service_discovery/src/message_impl.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool message_impl::has_entry() const {
147 return (0 < entries_.size());
148}
149
150bool message_impl::has_option() const {
151 return (0 < options_.size());

Callers 2

sendMethod · 0.80
serialize_and_sendMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected