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

Function ignore_symref_update

remote.c:1985–1988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1983}
1984
1985static int ignore_symref_update(const char *refname, struct strbuf *scratch)
1986{
1987 return !refs_read_symbolic_ref(get_main_ref_store(the_repository), refname, scratch);
1988}
1989
1990/*
1991 * Create and return a list of (struct ref) consisting of copies of

Callers 1

get_expanded_mapFunction · 0.85

Calls 2

refs_read_symbolic_refFunction · 0.85
get_main_ref_storeFunction · 0.85

Tested by

no test coverage detected