| 363 | } |
| 364 | |
| 365 | struct node *get_node(struct routing_state *rstate, |
| 366 | const struct node_id *id) |
| 367 | { |
| 368 | return node_map_get(rstate->nodes, id); |
| 369 | } |
| 370 | |
| 371 | static struct node *new_node(struct routing_state *rstate, |
| 372 | const struct node_id *id) |
no outgoing calls
no test coverage detected