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

Function json_add_opt_log_to_files

lightningd/options.c:1466–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466static void json_add_opt_log_to_files(struct json_stream *response,
1467 const char *name0,
1468 const char **logfiles)
1469{
1470 for (size_t i = 0; i < tal_count(logfiles); i++)
1471 json_add_string(response, name0, logfiles[i]);
1472}
1473
1474struct json_add_opt_alt_subdaemon_args {
1475 const char *name0;

Callers 1

add_configFunction · 0.85

Calls 1

json_add_stringFunction · 0.50

Tested by

no test coverage detected