MCPcopy 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
33enum reftable_hash reftable_table_hash_id(struct reftable_table *t)
34{
35 return t->hash_id;
36}
37
38const char *reftable_table_name(struct reftable_table *t)
39{

Callers 4

t_table_read_write_seekFunction · 0.85
dump_reftableFunction · 0.85

Calls

no outgoing calls

Tested by 2

dump_reftableFunction · 0.68