Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
bool message_impl::has_entry() const {
147
return (0 < entries_.size());
148
}
149
150
bool message_impl::has_option() const {
151
return (0 < options_.size());
Callers
2
send
Method · 0.80
serialize_and_send
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected