Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ reftable_table_hash_id
Function
reftable_table_hash_id
reftable/table.c:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
enum reftable_hash reftable_table_hash_id(struct reftable_table *t)
34
{
35
return t->hash_id;
36
}
37
38
const char *reftable_table_name(struct reftable_table *t)
39
{
Callers
4
test_reftable_merged__default_write_opts
Function · 0.85
t_table_read_write_seek
Function · 0.85
dump_reftable
Function · 0.85
reftable_merged_table_new
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_reftable_merged__default_write_opts
Function · 0.68
dump_reftable
Function · 0.68