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

Function reftable_stack_compaction_required

reftable/stack.c:1649–1656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1647}
1648
1649int reftable_stack_compaction_required(struct reftable_stack *st,
1650 bool use_heuristics,
1651 bool *required)
1652{
1653 struct segment seg;
1654 return update_segment_if_compaction_required(st, &seg, use_heuristics,
1655 required);
1656}
1657
1658int reftable_stack_auto_compact(struct reftable_stack *st)
1659{