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