MCPcopy Index your code
hub / github.com/git/git / oidset_iter_first

Function oidset_iter_first

oidset.h:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static inline struct object_id *oidset_iter_first(struct oidset *set,
123 struct oidset_iter *iter)
124{
125 oidset_iter_init(set, iter);
126 return oidset_iter_next(iter);
127}
128
129#endif /* OIDSET_H */

Callers

nothing calls this directly

Calls 2

oidset_iter_initFunction · 0.85
oidset_iter_nextFunction · 0.85

Tested by

no test coverage detected