MCPcopy 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
304void strset_clear(struct strset *set)
305{
306 if (set->u.n)
307 clear(*set);
308 set->u.n = NULL;
309}

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
db_stmt_freeFunction · 0.85

Calls 1

clearFunction · 0.70

Tested by 3

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68