MCPcopy Index your code
hub / github.com/git/git / strmap_clear

Function strmap_clear

strmap.c:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void strmap_clear(struct strmap *map, int free_values)
69{
70 strmap_free_entries_(map, free_values);
71 hashmap_clear(&map->map);
72}
73
74void strmap_partial_clear(struct strmap *map, int free_values)
75{

Callers 15

free_collisionsFunction · 0.85
upload_pack_data_clearFunction · 0.85
cleanup_dir_rename_infoFunction · 0.85
packfile_store_freeFunction · 0.85
setup_additional_headersFunction · 0.85
repo_clearFunction · 0.85
free_rerere_dirsFunction · 0.85
strintmap_clearFunction · 0.85
strset_clearFunction · 0.85
hook_cache_clearFunction · 0.85

Calls 1

strmap_free_entries_Function · 0.85

Tested by 1

free_delay_entriesFunction · 0.68