MCPcopy 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
20void oidmap_init(struct oidmap *map, size_t initial_size)
21{
22 hashmap_init(&map->map, oidmap_neq, NULL, initial_size);
23}
24
25void oidmap_clear(struct oidmap *map, int free_entries)
26{

Callers 7

make_script_with_mergesFunction · 0.85
filter_trees_depth__initFunction · 0.85
oidmap_removeFunction · 0.85
oidmap_putFunction · 0.85
prepare_replace_objectFunction · 0.85
test_oidmap__initializeFunction · 0.85
cmd_rev_listFunction · 0.85

Calls 1

hashmap_initFunction · 0.85

Tested by 1

test_oidmap__initializeFunction · 0.68