Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
724
uint64_t reftable_table_max_update_index(struct reftable_table *t)
725
{
726
return t->max_update_index;
727
}
728
729
uint64_t reftable_table_min_update_index(struct reftable_table *t)
730
{
Callers
4
reftable_merged_table_new
Function · 0.85
reftable_stack_next_update_index
Function · 0.85
stack_compact_locked
Function · 0.85
remove_maybe_stale_table
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected