Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
static inline void oidmap_iter_init(struct oidmap *map, struct oidmap_iter *iter)
95
{
96
hashmap_iter_init(&map->map, &iter->h_iter);
97
}
98
99
static inline void *oidmap_iter_next(struct oidmap_iter *iter)
100
{
Callers
3
oidmap_iter_first
Function · 0.85
test_oidmap__iterate
Function · 0.85
cmd_rev_list
Function · 0.85
Calls
1
hashmap_iter_init
Function · 0.85
Tested by
1
test_oidmap__iterate
Function · 0.68