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

Function main

lightningd/test/run-jsonrpc.c:261–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261int main(int argc, char *argv[])
262{
263 common_setup(argv[0]);
264
265 test_json_filter();
266 test_json_escape();
267 test_json_partial();
268 test_json_stream();
269
270 common_shutdown();
271}

Callers

nothing calls this directly

Calls 6

common_setupFunction · 0.85
test_json_filterFunction · 0.85
test_json_escapeFunction · 0.85
test_json_partialFunction · 0.85
test_json_streamFunction · 0.85
common_shutdownFunction · 0.85

Tested by

no test coverage detected