Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1211
int get_redo_num(void)
1212
{
1213
return flist_ndx_pop(&redo_list);
1214
}
1215
1216
int get_hlink_num(void)
1217
{
Callers
1
check_for_finished_files
Function · 0.85
Calls
1
flist_ndx_pop
Function · 0.85
Tested by
no test coverage detected