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