| 154 | } |
| 155 | |
| 156 | static inline void strintmap_partial_clear(struct strintmap *map) |
| 157 | { |
| 158 | strmap_partial_clear(&map->map, 0); |
| 159 | } |
| 160 | |
| 161 | static inline int strintmap_contains(struct strintmap *map, const char *str) |
| 162 | { |
nothing calls this directly
no test coverage detected