| 240 | } |
| 241 | |
| 242 | static bool connecting_eq_node_id(const struct connecting *connecting, |
| 243 | const struct node_id *id) |
| 244 | { |
| 245 | return node_id_eq(&connecting->id, id); |
| 246 | } |
| 247 | |
| 248 | /*~ This defines 'struct connecting_htable' which contains 'struct connecting' |
| 249 | * pointers. */ |
nothing calls this directly
no test coverage detected