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

Function main

plugins/renepay/test/run-testflow.c:824–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824int main(int argc, char *argv[])
825{
826 common_setup(argv[0]);
827
828 test_edge_probability();
829 test_flow_to_route();
830 test_channel_maximum_forward();
831
832 common_shutdown();
833}
834

Callers

nothing calls this directly

Calls 5

common_setupFunction · 0.85
test_edge_probabilityFunction · 0.85
test_flow_to_routeFunction · 0.85
common_shutdownFunction · 0.85

Tested by

no test coverage detected