MCPcopy 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
931void strbuf_humanise_rate(struct strbuf *buf, off_t bytes)
932{
933 strbuf_humanise(buf, bytes, HUMANISE_RATE);
934}
935
936int printf_ln(const char *fmt, ...)
937{

Callers 1

throughput_stringFunction · 0.85

Calls 1

strbuf_humaniseFunction · 0.85

Tested by

no test coverage detected