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

Function strmap_partial_clear

strmap.c:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void strmap_partial_clear(struct strmap *map, int free_values)
75{
76 strmap_free_entries_(map, free_values);
77 hashmap_partial_clear(&map->map);
78}
79
80static struct strmap_entry *create_entry(struct strmap *map,
81 const char *str,

Callers 3

strintmap_partial_clearFunction · 0.85
strset_partial_clearFunction · 0.85

Calls 1

strmap_free_entries_Function · 0.85

Tested by

no test coverage detected