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

Function get_redo_num

io.c:1211–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209}
1210
1211int get_redo_num(void)
1212{
1213 return flist_ndx_pop(&redo_list);
1214}
1215
1216int get_hlink_num(void)
1217{

Callers 1

check_for_finished_filesFunction · 0.85

Calls 1

flist_ndx_popFunction · 0.85

Tested by

no test coverage detected