MCPcopy Create free account
hub / github.com/git/git / refs_read_symbolic_ref

Function refs_read_symbolic_ref

refs.c:2099–2103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2097}
2098
2099int refs_read_symbolic_ref(struct ref_store *ref_store, const char *refname,
2100 struct strbuf *referent)
2101{
2102 return ref_store->be->read_symbolic_ref(ref_store, refname, referent);
2103}
2104
2105const char *refs_resolve_ref_unsafe(struct ref_store *refs,
2106 const char *refname,

Callers 3

ignore_symref_updateFunction · 0.85
migrate_one_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected