MCPcopy Create free account
hub / github.com/git/git / reftable_table_max_update_index

Function reftable_table_max_update_index

reftable/table.c:724–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724uint64_t reftable_table_max_update_index(struct reftable_table *t)
725{
726 return t->max_update_index;
727}
728
729uint64_t reftable_table_min_update_index(struct reftable_table *t)
730{

Callers 4

stack_compact_lockedFunction · 0.85
remove_maybe_stale_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected