| 1477 | }; |
| 1478 | |
| 1479 | static bool json_add_opt_alt_subdaemon(const char *member, |
| 1480 | const char *value, |
| 1481 | struct json_add_opt_alt_subdaemon_args *argp) |
| 1482 | { |
| 1483 | json_add_string(argp->response, |
| 1484 | argp->name0, |
| 1485 | tal_fmt(argp->name0, "%s:%s", member, value)); |
| 1486 | return true; |
| 1487 | } |
| 1488 | |
| 1489 | static void json_add_opt_subdaemons(struct json_stream *response, |
| 1490 | const char *name0, |
nothing calls this directly
no test coverage detected