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

Function reset_options

ccan/ccan/opt/test/utils.c:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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