Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ strset_clear
Function
strset_clear
ccan/ccan/strset/strset.c:304–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
void strset_clear(struct strset *set)
305
{
306
if (set->u.n)
307
clear(*set);
308
set->u.n = NULL;
309
}
Callers
4
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
db_stmt_free
Function · 0.85
Calls
1
clear
Function · 0.70
Tested by
3
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68