Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RsyncProject/rsync
/ start_flist_forward
Function
start_flist_forward
io.c:1483–1487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1481
}
1482
1483
void start_flist_forward(int ndx)
1484
{
1485
write_int(iobuf.out_fd, ndx);
1486
forward_flist_data = 1;
1487
}
1488
1489
void stop_flist_forward(void)
1490
{
Callers
1
read_ndx_and_attrs
Function · 0.85
Calls
1
write_int
Function · 0.85
Tested by
no test coverage detected