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

Method get_instance

implementation/service_discovery/src/entry_impl.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61instance_t entry_impl::get_instance() const {
62 return instance_;
63}
64
65void entry_impl::set_instance(instance_t _instance) {
66 instance_ = _instance;

Callers 11

check_sent_offersMethod · 0.45
process_serviceentryMethod · 0.45
insert_offer_serviceMethod · 0.45
serialize_and_sendMethod · 0.45
offer_serviceMethod · 0.45
stop_offer_serviceMethod · 0.45
is_subscribedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected