Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strset_empty
Function
strset_empty
strmap.h:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
static inline int strset_empty(struct strset *set)
256
{
257
return strmap_empty(&set->map);
258
}
259
260
static inline unsigned int strset_get_size(struct strset *set)
261
{
Callers
nothing calls this directly
Calls
1
strmap_empty
Function · 0.85
Tested by
no test coverage detected