Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strmap_contains
Function
strmap_contains
strmap.c:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
int strmap_contains(struct strmap *map, const char *str)
135
{
136
return find_strmap_entry(map, str) != NULL;
137
}
138
139
void strmap_remove(struct strmap *map, const char *str, int free_value)
140
{
Callers
11
unique_path
Function · 0.85
add_pair
Function · 0.85
handle_deferred_entries
Function · 0.85
handle_directory_level_conflicts
Function · 0.85
check_for_directory_rename
Function · 0.85
strintmap_contains
Function · 0.85
strset_contains
Function · 0.85
create_filepairs_for_header_only_notifications
Function · 0.85
add_tree_entries
Function · 0.85
execute_commands_non_atomic
Function · 0.85
do_fetch
Function · 0.85
Calls
1
find_strmap_entry
Function · 0.85
Tested by
no test coverage detected