| 120 | } |
| 121 | |
| 122 | static 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 */ |
nothing calls this directly
no test coverage detected