| 238 | } |
| 239 | |
| 240 | static inline void strset_partial_clear(struct strset *set) |
| 241 | { |
| 242 | strmap_partial_clear(&set->map, 0); |
| 243 | } |
| 244 | |
| 245 | static inline int strset_contains(struct strset *set, const char *str) |
| 246 | { |
nothing calls this directly
no test coverage detected