| 93 | } |
| 94 | |
| 95 | std::optional<routing_table::route> instance::lookup(const node_id& target) { |
| 96 | return tbl_.lookup(target); |
| 97 | } |
| 98 | |
| 99 | void instance::flush(const routing_table::route& path) { |
| 100 | callee_.flush(path.hdl); |
no outgoing calls
no test coverage detected