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

Function human_num

inums.h:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static inline char *
33human_num(int64 num)
34{
35 extern int human_readable;
36 return do_big_num(num, human_readable, NULL);
37}
38
39static inline char *
40big_dnum(double dnum, int decimal_digits)

Callers 3

list_file_entryFunction · 0.85
output_summaryFunction · 0.85
rprint_progressFunction · 0.85

Calls 1

do_big_numFunction · 0.85

Tested by

no test coverage detected