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

Function opt_free_table

ccan/ccan/opt/opt.c:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void opt_free_table(void)
269{
270 opt_alloc.free(opt_table);
271 opt_table = NULL;
272 opt_count = opt_num_short = opt_num_short_arg = opt_num_long = 0;
273}
274
275void opt_log_stderr(const char *fmt, ...)
276{

Callers 7

mainFunction · 0.85
opt_version_and_exitFunction · 0.85
opt_usage_and_exitFunction · 0.85
reset_optionsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
initial_config_optsFunction · 0.85

Calls

no outgoing calls

Tested by 1

reset_optionsFunction · 0.68