Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
void 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
275
void opt_log_stderr(const char *fmt, ...)
276
{
Callers
7
main
Function · 0.85
opt_version_and_exit
Function · 0.85
opt_usage_and_exit
Function · 0.85
reset_options
Function · 0.85
main
Function · 0.85
main
Function · 0.85
initial_config_opts
Function · 0.85
Calls
no outgoing calls
Tested by
1
reset_options
Function · 0.68