| 1799 | } |
| 1800 | |
| 1801 | static struct ref_iterator *packed_reflog_iterator_begin(struct ref_store *ref_store UNUSED) |
| 1802 | { |
| 1803 | return empty_ref_iterator_begin(); |
| 1804 | } |
| 1805 | |
| 1806 | static int packed_fsck_ref_next_line(struct fsck_options *o, |
| 1807 | unsigned long line_number, const char *start, |
nothing calls this directly
no test coverage detected