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

Function packed_reflog_iterator_begin

refs/packed-backend.c:1801–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1799}
1800
1801static struct ref_iterator *packed_reflog_iterator_begin(struct ref_store *ref_store UNUSED)
1802{
1803 return empty_ref_iterator_begin();
1804}
1805
1806static int packed_fsck_ref_next_line(struct fsck_options *o,
1807 unsigned long line_number, const char *start,

Callers

nothing calls this directly

Calls 1

empty_ref_iterator_beginFunction · 0.85

Tested by

no test coverage detected