Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strintmap_clear
Function
strintmap_clear
strmap.h:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
static inline void strintmap_clear(struct strintmap *map)
152
{
153
strmap_clear(&map->map, 0);
154
}
155
156
static inline void strintmap_partial_clear(struct strintmap *map)
157
{
Callers
6
comment_char_config_release
Function · 0.85
handle_deferred_entries
Function · 0.85
partial_clear_dir_rename_count
Function · 0.85
cleanup_dir_rename_info
Function · 0.85
find_basename_matches
Function · 0.85
diffcore_rename_extended
Function · 0.85
Calls
1
strmap_clear
Function · 0.85
Tested by
no test coverage detected