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

Function main

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

Source from the content-addressed store, hash-verified

333}
334
335int main(int argc, char *argv[])
336{
337 common_setup(argv[0]);
338
339 sanity();
340 remove_one();
341 remove_first();
342 remove_last();
343 remove_multiple();
344 remove_all();
345 remove_complex();
346 remove_inside_obj();
347
348 printf("run-json_remove ok\n");
349 common_shutdown();
350}

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