Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ comma_num
Function
comma_num
inums.h:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static inline char *
26
comma_num(int64 num)
27
{
28
extern int human_readable;
29
return do_big_num(num, human_readable != 0, NULL);
30
}
31
32
static inline char *
33
human_num(int64 num)
Callers
3
output_flist
Function · 0.85
output_itemized_counts
Function · 0.85
output_summary
Function · 0.85
Calls
1
do_big_num
Function · 0.85
Tested by
no test coverage detected