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

Method equals

implementation/service_discovery/src/option_impl.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16option_impl::~option_impl() { }
17
18bool option_impl::equals(const option_impl& _other) const {
19 return (type_ == _other.get_type() && length_ == _other.get_length());
20}
21
22uint16_t option_impl::get_length() const {
23 return length_;

Callers 2

matchesMethod · 0.45
find_optionMethod · 0.45

Calls 2

get_typeMethod · 0.45
get_lengthMethod · 0.45

Tested by

no test coverage detected