| 178 | } |
| 179 | |
| 180 | static void opt_show_ad(char buf[OPT_SHOW_LEN], u8 *const *assocdata) |
| 181 | { |
| 182 | hex_encode(*assocdata, tal_bytelen(*assocdata), buf, OPT_SHOW_LEN); |
| 183 | } |
| 184 | |
| 185 | static char *opt_set_node_id(const char *arg, struct node_id *node_id) |
| 186 | { |
nothing calls this directly
no test coverage detected