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

Function strintmap_contains

strmap.h:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161static inline int strintmap_contains(struct strintmap *map, const char *str)
162{
163 return strmap_contains(&map->map, str);
164}
165
166static inline void strintmap_remove(struct strintmap *map, const char *str)
167{

Callers 6

update_dir_rename_countsFunction · 0.85
cleanup_dir_rename_infoFunction · 0.85
basename_prefetchFunction · 0.85
find_basename_matchesFunction · 0.85

Calls 1

strmap_containsFunction · 0.85

Tested by

no test coverage detected