Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strintmap_empty
Function
strintmap_empty
strmap.h:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
static inline int strintmap_empty(struct strintmap *map)
172
{
173
return strmap_empty(&map->map);
174
}
175
176
static inline unsigned int strintmap_get_size(struct strintmap *map)
177
{
Callers
1
possible_side_renames
Function · 0.85
Calls
1
strmap_empty
Function · 0.85
Tested by
no test coverage detected