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

Function instant_progress

progress.c:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void instant_progress(const char *fname)
159{
160 /* We only get here if want_progress_now is True */
161 if (!stdout_format_has_i && !INFO_GTE(NAME, 1))
162 rprintf(FINFO, "%s\n", fname);
163 end_progress(0);
164 want_progress_now = False;
165}
166
167void end_progress(OFF_T size)
168{

Callers 2

send_filesFunction · 0.85
recv_filesFunction · 0.85

Calls 2

end_progressFunction · 0.85
rprintfFunction · 0.70

Tested by

no test coverage detected