Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
const char *reftable_table_name(struct reftable_table *t)
39
{
40
return t->name;
41
}
42
43
static int parse_footer(struct reftable_table *t, uint8_t *footer,
44
uint8_t *header)
Callers
4
reftable_stack_destroy
Function · 0.85
reftable_stack_reload_once
Function · 0.85
stack_compact_range
Function · 0.85
reftable_stack_clean_locked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected