MCPcopy 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
926void strbuf_humanise_bytes(struct strbuf *buf, off_t bytes)
927{
928 strbuf_humanise(buf, bytes, 0);
929}
930
931void strbuf_humanise_rate(struct strbuf *buf, off_t bytes)
932{

Callers 6

get_correspondencesFunction · 0.85
throughput_stringFunction · 0.85
get_disk_infoFunction · 0.85
useFunction · 0.85
print_disk_usageFunction · 0.85
cmd_count_objectsFunction · 0.85

Calls 1

strbuf_humaniseFunction · 0.85

Tested by

no test coverage detected