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

Function test_subdaemons_and_exit

lightningd/options.c:900–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900static char *test_subdaemons_and_exit(struct lightningd *ld)
901{
902 test_subdaemons(ld);
903 exit(0);
904 return NULL;
905}
906
907static char *list_features_and_exit(struct lightningd *ld)
908{

Callers

nothing calls this directly

Calls 1

test_subdaemonsFunction · 0.85

Tested by

no test coverage detected