MCPcopy 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
134int strmap_contains(struct strmap *map, const char *str)
135{
136 return find_strmap_entry(map, str) != NULL;
137}
138
139void strmap_remove(struct strmap *map, const char *str, int free_value)
140{

Callers 11

unique_pathFunction · 0.85
add_pairFunction · 0.85
handle_deferred_entriesFunction · 0.85
strintmap_containsFunction · 0.85
strset_containsFunction · 0.85
add_tree_entriesFunction · 0.85
do_fetchFunction · 0.85

Calls 1

find_strmap_entryFunction · 0.85

Tested by

no test coverage detected