MCPcopy Create free account
hub / github.com/ElementsProject/lightning / json_add_opt_subdaemons

Function json_add_opt_subdaemons

lightningd/options.c:1489–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487}
1488
1489static void json_add_opt_subdaemons(struct json_stream *response,
1490 const char *name0,
1491 alt_subdaemon_map *alt_subdaemons)
1492{
1493 struct json_add_opt_alt_subdaemon_args args;
1494 args.name0 = name0;
1495 args.response = response;
1496 strmap_iterate(alt_subdaemons, json_add_opt_alt_subdaemon, &args);
1497}
1498
1499static void add_config(struct lightningd *ld,
1500 struct json_stream *response,

Callers 1

add_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected