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

Function main

common/test/run-json_remove.c:366–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366int main(int argc, char *argv[])
367{
368 common_setup(argv[0]);
369
370 sanity();
371 remove_one();
372 remove_first();
373 remove_last();
374 remove_multiple();
375 remove_all();
376 remove_complex();
377 remove_inside_obj();
378
379 printf("run-json_remove ok\n");
380 common_shutdown();
381}

Callers

nothing calls this directly

Calls 10

common_setupFunction · 0.85
remove_oneFunction · 0.85
remove_firstFunction · 0.85
remove_lastFunction · 0.85
remove_multipleFunction · 0.85
remove_allFunction · 0.85
remove_complexFunction · 0.85
remove_inside_objFunction · 0.85
common_shutdownFunction · 0.85
sanityFunction · 0.70

Tested by

no test coverage detected