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

Function strintmap_init

strmap.h:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 strmap_for_each_entry(&(mystrmap)->map, iter, var)
135
136static inline void strintmap_init(struct strintmap *map, int default_value)
137{
138 strmap_init(&map->map);
139 map->default_value = default_value;
140}
141
142static inline void strintmap_init_with_options(struct strintmap *map,
143 int default_value,

Callers 1

Calls 1

strmap_initFunction · 0.85

Tested by

no test coverage detected