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

Function hashmap_iter_init

hashmap.c:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void hashmap_iter_init(struct hashmap *map, struct hashmap_iter *iter)
289{
290 iter->map = map;
291 iter->tablepos = 0;
292 iter->next = NULL;
293}
294
295struct hashmap_entry *hashmap_iter_next(struct hashmap_iter *iter)
296{

Callers 6

hashmap_iter_firstFunction · 0.85
oidmap_iter_initFunction · 0.85
fingerprint_subtractFunction · 0.85
free_individual_entriesFunction · 0.85
oidmap_clear_with_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected