MCPcopy Create free account
hub / github.com/ElementsProject/lightning / htable_clear

Function htable_clear

ccan/ccan/htable/htable.c:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void htable_clear(struct htable *ht)
123{
124 if (ht->table != &ht->common_bits)
125 htable_free(ht, (void *)ht->table);
126 htable_init(ht, ht->rehash, ht->priv);
127}
128
129bool htable_copy_(struct htable *dst, const struct htable *src)
130{

Callers 8

destroy_msg_mapFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

htable_initFunction · 0.85

Tested by 7

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68