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

Function strintmap_clear

strmap.h:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151static inline void strintmap_clear(struct strintmap *map)
152{
153 strmap_clear(&map->map, 0);
154}
155
156static inline void strintmap_partial_clear(struct strintmap *map)
157{

Callers 6

handle_deferred_entriesFunction · 0.85
cleanup_dir_rename_infoFunction · 0.85
find_basename_matchesFunction · 0.85
diffcore_rename_extendedFunction · 0.85

Calls 1

strmap_clearFunction · 0.85

Tested by

no test coverage detected