Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void oidmap_clear(struct oidmap *map, int free_entries)
26
{
27
oidmap_clear_with_free(map,
28
free_entries ? free : NULL);
29
}
30
31
void oidmap_clear_with_free(struct oidmap *map,
32
oidmap_free_fn free_fn)
Callers
4
make_script_with_merges
Function · 0.85
filter_trees_free
Function · 0.85
odb_free
Function · 0.85
test_oidmap__cleanup
Function · 0.85
Calls
1
oidmap_clear_with_free
Function · 0.85
Tested by
1
test_oidmap__cleanup
Function · 0.68