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

Function cmd_for_each_reflog_ent

t/helper/test-ref-store.c:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233static int cmd_for_each_reflog_ent(struct ref_store *refs, const char **argv)
234{
235 const char *refname = notnull(*argv++, "refname");
236
237 return refs_for_each_reflog_ent(refs, refname, each_reflog_ent, refs);
238}
239
240static int cmd_for_each_reflog_ent_reverse(struct ref_store *refs, const char **argv)
241{

Callers

nothing calls this directly

Calls 2

notnullFunction · 0.85
refs_for_each_reflog_entFunction · 0.85

Tested by

no test coverage detected