MCPcopy 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
1483void start_flist_forward(int ndx)
1484{
1485 write_int(iobuf.out_fd, ndx);
1486 forward_flist_data = 1;
1487}
1488
1489void stop_flist_forward(void)
1490{

Callers 1

read_ndx_and_attrsFunction · 0.85

Calls 1

write_intFunction · 0.85

Tested by

no test coverage detected