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

Function refs_for_each_ref

refs.c:1959–1963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1957}
1958
1959int refs_for_each_ref(struct ref_store *refs, refs_for_each_cb cb, void *cb_data)
1960{
1961 struct refs_for_each_ref_options opts = { 0 };
1962 return refs_for_each_ref_ext(refs, cb, cb_data, &opts);
1963}
1964
1965int refs_for_each_replace_ref(struct ref_store *refs, refs_for_each_cb cb, void *cb_data)
1966{

Callers 15

guess_refsFunction · 0.85
reflog_expiry_prepareFunction · 0.85
mark_reachable_objectsFunction · 0.85
get_local_headsFunction · 0.85
get_stale_headsFunction · 0.85
load_ref_decorationsFunction · 0.85
get_oid_with_context_1Function · 0.85
post_assign_shallowFunction · 0.85

Calls 1

refs_for_each_ref_extFunction · 0.85

Tested by

no test coverage detected