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

Function main

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

Source from the content-addressed store, hash-verified

237}
238
239int main(int argc, char **argv)
240{
241 common_setup(argv[0]);
242 run_unit_tests();
243
244 common_shutdown();
245 return 0;
246}

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