MCPcopy Create free account
hub / github.com/git/git / strset_partial_clear

Function strset_partial_clear

strmap.h:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static inline void strset_partial_clear(struct strset *set)
241{
242 strmap_partial_clear(&set->map, 0);
243}
244
245static inline int strset_contains(struct strset *set, const char *str)
246{

Callers

nothing calls this directly

Calls 1

strmap_partial_clearFunction · 0.85

Tested by

no test coverage detected