Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strbuf_humanise_bytes
Function
strbuf_humanise_bytes
strbuf.c:926–929 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
924
}
925
926
void strbuf_humanise_bytes(struct strbuf *buf, off_t bytes)
927
{
928
strbuf_humanise(buf, bytes, 0);
929
}
930
931
void strbuf_humanise_rate(struct strbuf *buf, off_t bytes)
932
{
Callers
6
get_correspondences
Function · 0.85
throughput_string
Function · 0.85
get_disk_info
Function · 0.85
use
Function · 0.85
print_disk_usage
Function · 0.85
cmd_count_objects
Function · 0.85
Calls
1
strbuf_humanise
Function · 0.85
Tested by
no test coverage detected