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

Function get_hlink_num

io.c:1216–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1214}
1215
1216int get_hlink_num(void)
1217{
1218 return flist_ndx_pop(&hlink_list);
1219}
1220
1221/* When we're the receiver and we have a local --files-from list of names
1222 * that needs to be sent over the socket to the sender, we have to do two

Callers 1

check_for_finished_filesFunction · 0.85

Calls 1

flist_ndx_popFunction · 0.85

Tested by

no test coverage detected