MCPcopy Index your code
hub / github.com/RsyncProject/rsync / init_hard_links

Function init_hard_links

hlink.c:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57static struct file_list *hlink_flist;
58
59void init_hard_links(void)
60{
61 if (am_sender || protocol_version < 30)
62 dev_tbl = hashtable_create(16, HT_KEY64);
63 else if (inc_recurse)
64 prior_hlinks = hashtable_create(1024, HT_KEY32);
65}
66
67struct ht_int64_node *idev_find(int64 dev, int64 ino)
68{

Callers 2

send_file_listFunction · 0.85
recv_file_listFunction · 0.85

Calls 1

hashtable_createFunction · 0.85

Tested by

no test coverage detected