MCPcopy Index your code
hub / github.com/git/git / segment_size

Function segment_size

reftable/stack.c:1522–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520}
1521
1522static int segment_size(struct segment *s)
1523{
1524 return s->end - s->start;
1525}
1526
1527struct segment suggest_compaction_segment(uint64_t *sizes, size_t n,
1528 uint8_t factor)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected