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:269–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void opt_free_table(void)
270
{
271
opt_alloc.free(opt_table);
272
opt_table = NULL;
273
opt_count = opt_num_short = opt_num_short_arg = opt_num_long = 0;
274
}
275
276
void opt_log_stderr(const char *fmt, ...)
277
{
Callers
6
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
Calls
no outgoing calls
Tested by
1
reset_options
Function · 0.68