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

Function strintmap_init_with_options

strmap.h:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static inline void strintmap_init_with_options(struct strintmap *map,
143 int default_value,
144 struct mem_pool *pool,
145 int strdup_strings)
146{
147 strmap_init_with_options(&map->map, pool, strdup_strings);
148 map->default_value = default_value;
149}
150
151static inline void strintmap_clear(struct strintmap *map)
152{

Callers 6

handle_deferred_entriesFunction · 0.85
merge_startFunction · 0.85
register_rename_srcFunction · 0.85
increment_countFunction · 0.85
find_basename_matchesFunction · 0.85

Calls 1

strmap_init_with_optionsFunction · 0.85

Tested by

no test coverage detected