| 189 | } |
| 190 | |
| 191 | static bool important_id_eq_node_id(const struct important_id *imp, |
| 192 | const struct node_id *id) |
| 193 | { |
| 194 | return node_id_eq(&imp->id, id); |
| 195 | } |
| 196 | |
| 197 | /*~ This defines 'struct important_id_htable' */ |
| 198 | HTABLE_DEFINE_NODUPS_TYPE(struct important_id, |
nothing calls this directly
no test coverage detected