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

Function oidmap_clear

oidmap.c:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void oidmap_clear(struct oidmap *map, int free_entries)
26{
27 oidmap_clear_with_free(map,
28 free_entries ? free : NULL);
29}
30
31void oidmap_clear_with_free(struct oidmap *map,
32 oidmap_free_fn free_fn)

Callers 4

make_script_with_mergesFunction · 0.85
filter_trees_freeFunction · 0.85
odb_freeFunction · 0.85
test_oidmap__cleanupFunction · 0.85

Calls 1

oidmap_clear_with_freeFunction · 0.85

Tested by 1

test_oidmap__cleanupFunction · 0.68