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

Function read_sbuf

io.c:1991–1995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1989}
1990
1991void read_sbuf(int f, char *buf, size_t len)
1992{
1993 read_buf(f, buf, len);
1994 buf[len] = '\0';
1995}
1996
1997uchar read_byte(int f)
1998{

Callers 4

recv_user_nameFunction · 0.85
recv_group_nameFunction · 0.85
recv_filter_listFunction · 0.85
recv_file_entryFunction · 0.85

Calls 1

read_bufFunction · 0.70

Tested by

no test coverage detected