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

Function refs_read_ref

refs.c:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464int refs_read_ref(struct ref_store *refs, const char *refname, struct object_id *oid)
465{
466 return refs_read_ref_full(refs, refname, RESOLVE_REF_READING, oid, NULL);
467}
468
469int refs_ref_exists(struct ref_store *refs, const char *refname)
470{

Callers 15

parse_want_refFunction · 0.85
init_notesFunction · 0.85
init_update_ref_recordFunction · 0.85
lookup_labelFunction · 0.85
do_update_refFunction · 0.85
stat_branch_pairFunction · 0.85
remote_trackingFunction · 0.85
unbundle_from_fileFunction · 0.85
is_expected_revFunction · 0.85
replay_revisionsFunction · 0.85

Calls 1

refs_read_ref_fullFunction · 0.85

Tested by

no test coverage detected