MCPcopy 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
144struct reftable_merged_table *
145reftable_stack_merged_table(struct reftable_stack *st)
146{
147 return st->merged;
148}
149
150static int has_name(char **names, const char *name)
151{

Callers 4

dump_stackFunction · 0.85

Calls

no outgoing calls

Tested by 1

dump_stackFunction · 0.68