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

Function main

common/test/run-sphinx.c:215–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215int main(int argc, char **argv)
216{
217 common_setup(argv[0]);
218 run_unit_tests();
219
220 common_shutdown();
221 return 0;
222}

Callers

nothing calls this directly

Calls 3

common_setupFunction · 0.85
run_unit_testsFunction · 0.85
common_shutdownFunction · 0.85

Tested by

no test coverage detected