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:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void reset_options(void)
53
{
54
opt_free_table();
55
free(err_output);
56
err_output = NULL;
57
}
58
59
static bool allocated = false;
60
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