MCPcopy Index your code
hub / github.com/git/git / reftable_table_name

Function reftable_table_name

reftable/table.c:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38const char *reftable_table_name(struct reftable_table *t)
39{
40 return t->name;
41}
42
43static int parse_footer(struct reftable_table *t, uint8_t *footer,
44 uint8_t *header)

Callers 4

reftable_stack_destroyFunction · 0.85
stack_compact_rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected