Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
static inline void strset_remove(struct strset *set, const char *str)
251
{
252
strmap_remove(&set->map, str, 0);
253
}
254
255
static inline int strset_empty(struct strset *set)
256
{
Callers
3
add_pair
Function · 0.85
midx_needs_update
Function · 0.85
refs_verify_refnames_available
Function · 0.85
Calls
1
strmap_remove
Function · 0.85
Tested by
no test coverage detected