Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ human_dnum
Function
human_dnum
inums.h:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
static inline char *
53
human_dnum(double dnum, int decimal_digits)
54
{
55
extern int human_readable;
56
return do_big_dnum(dnum, human_readable, decimal_digits);
57
}
Callers
1
bytes_per_sec_human_dnum
Function · 0.85
Calls
1
do_big_dnum
Function · 0.85
Tested by
no test coverage detected