MCPcopy Index your code
hub / github.com/RsyncProject/rsync / read_byte

Function read_byte

io.c:1997–2002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1995}
1996
1997uchar read_byte(int f)
1998{
1999 uchar c;
2000 read_buf(f, (char*)&c, 1);
2001 return c;
2002}
2003
2004int read_vstring(int f, char *buf, int bufsize)
2005{

Callers 13

recv_user_nameFunction · 0.85
recv_group_nameFunction · 0.85
recv_rsync_aclFunction · 0.85
recv_deflated_tokenFunction · 0.85
recv_zstd_tokenFunction · 0.85
recv_compressed_tokenFunction · 0.85
read_lineFunction · 0.85
read_varintFunction · 0.85
read_vstringFunction · 0.85
read_ndx_and_attrsFunction · 0.85
recv_file_entryFunction · 0.85

Calls 1

read_bufFunction · 0.70

Tested by

no test coverage detected