| 174 | } |
| 175 | |
| 176 | static inline unsigned int strintmap_get_size(struct strintmap *map) |
| 177 | { |
| 178 | return strmap_get_size(&map->map); |
| 179 | } |
| 180 | |
| 181 | /* |
| 182 | * Returns the value for str in the map. If str isn't found in the map, |
nothing calls this directly
no test coverage detected