MCPcopy Create free account
hub / github.com/RsyncProject/rsync / idev_destroy

Function idev_destroy

hlink.c:87–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void idev_destroy(void)
88{
89 int i;
90
91 for (i = 0; i < dev_tbl->size; i++) {
92 struct ht_int32_node *node = HT_NODE(dev_tbl, dev_tbl->nodes, i);
93 if (node->data)
94 hashtable_destroy(node->data);
95 }
96
97 hashtable_destroy(dev_tbl);
98}
99
100static int hlink_compare_gnum(int *int1, int *int2)
101{

Callers 2

match_hard_linksFunction · 0.85
send_file_listFunction · 0.85

Calls 1

hashtable_destroyFunction · 0.85

Tested by

no test coverage detected