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

Function reftable_stack_compact_all

reftable/stack.c:1515–1520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513}
1514
1515int reftable_stack_compact_all(struct reftable_stack *st,
1516 struct reftable_log_expiry_config *config)
1517{
1518 size_t last = st->merged->tables_len ? st->merged->tables_len - 1 : 0;
1519 return stack_compact_range(st, 0, last, config, 0);
1520}
1521
1522static int segment_size(struct segment *s)
1523{

Calls 1

stack_compact_rangeFunction · 0.85