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

Function oidmap_iter_next

oidmap.h:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99static inline void *oidmap_iter_next(struct oidmap_iter *iter)
100{
101 /* TODO: this API could be reworked to do compile-time type checks */
102 return (void *)hashmap_iter_next(&iter->h_iter);
103}
104
105static inline void *oidmap_iter_first(struct oidmap *map,
106 struct oidmap_iter *iter)

Callers 3

oidmap_iter_firstFunction · 0.85
test_oidmap__iterateFunction · 0.85
cmd_rev_listFunction · 0.85

Calls 1

hashmap_iter_nextFunction · 0.85

Tested by 1

test_oidmap__iterateFunction · 0.68