Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ oidmap_init
Function
oidmap_init
oidmap.c:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void oidmap_init(struct oidmap *map, size_t initial_size)
21
{
22
hashmap_init(&map->map, oidmap_neq, NULL, initial_size);
23
}
24
25
void oidmap_clear(struct oidmap *map, int free_entries)
26
{
Callers
7
make_script_with_merges
Function · 0.85
filter_trees_depth__init
Function · 0.85
oidmap_remove
Function · 0.85
oidmap_put
Function · 0.85
prepare_replace_object
Function · 0.85
test_oidmap__initialize
Function · 0.85
cmd_rev_list
Function · 0.85
Calls
1
hashmap_init
Function · 0.85
Tested by
1
test_oidmap__initialize
Function · 0.68