MCPcopy Index your code
hub / github.com/git/git / strmap_get_entry

Function strmap_get_entry

strmap.c:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123struct strmap_entry *strmap_get_entry(struct strmap *map, const char *str)
124{
125 return find_strmap_entry(map, str);
126}
127
128void *strmap_get(struct strmap *map, const char *str)
129{

Callers 7

handle_deferred_entriesFunction · 0.85
check_dir_renamedFunction · 0.85
process_renamesFunction · 0.85
increment_countFunction · 0.85
lookup_ref_store_mapFunction · 0.85
strintmap_getFunction · 0.85

Calls 1

find_strmap_entryFunction · 0.85

Tested by

no test coverage detected