MCPcopy Index your code
hub / github.com/git/git / strset_remove

Function strset_remove

strmap.h:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250static inline void strset_remove(struct strset *set, const char *str)
251{
252 strmap_remove(&set->map, str, 0);
253}
254
255static inline int strset_empty(struct strset *set)
256{

Callers 3

add_pairFunction · 0.85
midx_needs_updateFunction · 0.85

Calls 1

strmap_removeFunction · 0.85

Tested by

no test coverage detected