Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ reftable_stack_merged_table
Function
reftable_stack_merged_table
reftable/stack.c:144–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
struct reftable_merged_table *
145
reftable_stack_merged_table(struct reftable_stack *st)
146
{
147
return st->merged;
148
}
149
150
static int has_name(char **names, const char *name)
151
{
Callers
4
dump_stack
Function · 0.85
reftable_stack_init_ref_iterator
Function · 0.85
reftable_stack_init_log_iterator
Function · 0.85
reftable_stack_clean_locked
Function · 0.85
Calls
no outgoing calls
Tested by
1
dump_stack
Function · 0.68