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

Function strintmap_empty

strmap.h:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static inline int strintmap_empty(struct strintmap *map)
172{
173 return strmap_empty(&map->map);
174}
175
176static inline unsigned int strintmap_get_size(struct strintmap *map)
177{

Callers 1

possible_side_renamesFunction · 0.85

Calls 1

strmap_emptyFunction · 0.85

Tested by

no test coverage detected