Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
static inline char *
33
human_num(int64 num)
34
{
35
extern int human_readable;
36
return do_big_num(num, human_readable, NULL);
37
}
38
39
static inline char *
40
big_dnum(double dnum, int decimal_digits)
Callers
3
list_file_entry
Function · 0.85
output_summary
Function · 0.85
rprint_progress
Function · 0.85
Calls
1
do_big_num
Function · 0.85
Tested by
no test coverage detected