| 342 | } |
| 343 | |
| 344 | bool node_map_node_eq(const struct node *n, const struct node_id *pc) |
| 345 | { |
| 346 | return node_id_eq(&n->id, pc); |
| 347 | } |
| 348 | |
| 349 | |
| 350 | static void destroy_node(struct node *node, struct routing_state *rstate) |
nothing calls this directly
no test coverage detected