Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
123
struct strmap_entry *strmap_get_entry(struct strmap *map, const char *str)
124
{
125
return find_strmap_entry(map, str);
126
}
127
128
void *strmap_get(struct strmap *map, const char *str)
129
{
Callers
7
handle_deferred_entries
Function · 0.85
check_dir_renamed
Function · 0.85
apply_directory_rename_modifications
Function · 0.85
process_renames
Function · 0.85
increment_count
Function · 0.85
lookup_ref_store_map
Function · 0.85
strintmap_get
Function · 0.85
Calls
1
find_strmap_entry
Function · 0.85
Tested by
no test coverage detected