Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void reset_options(void)
52
{
53
opt_free_table();
54
free(err_output);
55
err_output = NULL;
56
}
57
58
static bool allocated = false;
59
Callers
5
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
opt_free_table
Function · 0.85
Tested by
no test coverage detected