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

Function reset_options

ccan/ccan/opt/test/utils.c:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void reset_options(void)
52{
53 opt_free_table();
54 free(err_output);
55 err_output = NULL;
56}
57
58static bool allocated = false;
59

Callers 5

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

opt_free_tableFunction · 0.85

Tested by

no test coverage detected