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

Function maybe_emit_filelist_progress

flist.c:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186static void maybe_emit_filelist_progress(int count)
187{
188 if (INFO_GTE(FLIST, 2) && show_filelist_progress && (count % 100) == 0)
189 emit_filelist_progress(count);
190}
191
192static void finish_filelist_progress(const struct file_list *flist)
193{

Callers 2

send_file_nameFunction · 0.85
recv_file_listFunction · 0.85

Calls 1

emit_filelist_progressFunction · 0.85

Tested by

no test coverage detected