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

Function ref_iterator_advance

refs/iterator.c:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "iterator.h"
12
13int ref_iterator_advance(struct ref_iterator *ref_iterator)
14{
15 return ref_iterator->vtable->advance(ref_iterator);
16}
17
18int ref_iterator_seek(struct ref_iterator *ref_iterator, const char *refname,
19 unsigned int flags)

Callers 8

write_with_updatesFunction · 0.85
do_for_each_ref_iteratorFunction · 0.85
should_pack_refsFunction · 0.85
files_optimizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected