| 395 | } |
| 396 | |
| 397 | static void add_disabled_node(struct layer *layer, const struct node_id *node) |
| 398 | { |
| 399 | tal_arr_expand(&layer->disabled_nodes, *node); |
| 400 | } |
| 401 | |
| 402 | static struct command_result *ignore_result(struct command *aux_cmd, |
| 403 | const char *method, |
no outgoing calls
no test coverage detected