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

Function main

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

Source from the content-addressed store, hash-verified

283}
284
285int main(int argc, char *argv[])
286{
287 common_setup(argv[0]);
288
289 test_json_filter();
290 test_json_escape();
291 test_json_partial();
292 test_json_stream();
293
294 common_shutdown();
295}

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