Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ reftable_stack_hash_id
Function
reftable_stack_hash_id
reftable/stack.c:1827–1830 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1825
}
1826
1827
enum reftable_hash reftable_stack_hash_id(struct reftable_stack *st)
1828
{
1829
return reftable_merged_table_hash_id(st->merged);
1830
}
Callers
2
reftable_backend_read_ref
Function · 0.85
reftable_be_fsck
Function · 0.85
Calls
1
reftable_merged_table_hash_id
Function · 0.85
Tested by
no test coverage detected