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

Method equals

implementation/routing/src/remote_subscription.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool remote_subscription::equals(const std::shared_ptr<remote_subscription>& _other) const {
33 return operator==(*_other);
34}
35
36bool remote_subscription::address_equals(const std::shared_ptr<remote_subscription>& _other) const {
37 bool relibale_address_equals(false);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected