Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ strbuf_humanise_rate
Function
strbuf_humanise_rate
strbuf.c:931–934 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
929
}
930
931
void strbuf_humanise_rate(struct strbuf *buf, off_t bytes)
932
{
933
strbuf_humanise(buf, bytes, HUMANISE_RATE);
934
}
935
936
int printf_ln(const char *fmt, ...)
937
{
Callers
1
throughput_string
Function · 0.85
Calls
1
strbuf_humanise
Function · 0.85
Tested by
no test coverage detected