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

Function start_filelist_progress

flist.c:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167static void start_filelist_progress(char *kind)
168{
169 if (quiet)
170 return;
171 rprintf(FCLIENT, "%s ... ", kind);
172 output_needs_newline = 1;
173 rflush(FINFO);
174}
175
176static void emit_filelist_progress(int count)
177{

Callers 2

send_file_listFunction · 0.85
recv_file_listFunction · 0.85

Calls 2

rflushFunction · 0.85
rprintfFunction · 0.70

Tested by

no test coverage detected