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

Method set_entries

implementation/protocol/src/routing_info_command.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void routing_info_command::set_entries(std::vector<routing_info_entry>&& _entries) {
71
72 entries_ = std::move(_entries);
73}
74
75void routing_info_command::add_entry(const routing_info_entry& _entry) {
76

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected