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

Function strset_init

strmap.h:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 strmap_for_each_entry(&(mystrset)->map, iter, var)
222
223static inline void strset_init(struct strset *set)
224{
225 strmap_init(&set->map);
226}
227
228static inline void strset_init_with_options(struct strset *set,
229 struct mem_pool *pool,

Callers 3

get_ref_informationFunction · 0.85
init_apply_stateFunction · 0.85

Calls 1

strmap_initFunction · 0.85

Tested by

no test coverage detected