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

Function test_subdaemons_and_exit

lightningd/options.c:1128–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126}
1127
1128static char *test_subdaemons_and_exit(struct lightningd *ld)
1129{
1130 test_subdaemons(ld);
1131 exit(0);
1132 return NULL;
1133}
1134
1135static char *list_features_and_exit(struct lightningd *ld)
1136{

Callers

nothing calls this directly

Calls 1

test_subdaemonsFunction · 0.85

Tested by

no test coverage detected