MCPcopy 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
1827enum reftable_hash reftable_stack_hash_id(struct reftable_stack *st)
1828{
1829 return reftable_merged_table_hash_id(st->merged);
1830}

Callers 2

reftable_be_fsckFunction · 0.85

Calls 1

Tested by

no test coverage detected