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

Function oidmap_iter_init

oidmap.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92};
93
94static inline void oidmap_iter_init(struct oidmap *map, struct oidmap_iter *iter)
95{
96 hashmap_iter_init(&map->map, &iter->h_iter);
97}
98
99static inline void *oidmap_iter_next(struct oidmap_iter *iter)
100{

Callers 3

oidmap_iter_firstFunction · 0.85
test_oidmap__iterateFunction · 0.85
cmd_rev_listFunction · 0.85

Calls 1

hashmap_iter_initFunction · 0.85

Tested by 1

test_oidmap__iterateFunction · 0.68