Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strintmap_remove
Function
strintmap_remove
strmap.h:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
static inline void strintmap_remove(struct strintmap *map, const char *str)
167
{
168
strmap_remove(&map->map, str, 0);
169
}
170
171
static inline int strintmap_empty(struct strintmap *map)
172
{
Callers
2
prune_cached_from_relevant
Function · 0.85
cleanup_dir_rename_info
Function · 0.85
Calls
1
strmap_remove
Function · 0.85
Tested by
no test coverage detected