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

Function strintmap_remove

strmap.h:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static inline void strintmap_remove(struct strintmap *map, const char *str)
167{
168 strmap_remove(&map->map, str, 0);
169}
170
171static inline int strintmap_empty(struct strintmap *map)
172{

Callers 2

cleanup_dir_rename_infoFunction · 0.85

Calls 1

strmap_removeFunction · 0.85

Tested by

no test coverage detected