MCPcopy Create free account
hub / github.com/git/git / strset_init_with_options

Function strset_init_with_options

strmap.h:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228static inline void strset_init_with_options(struct strset *set,
229 struct mem_pool *pool,
230 int strdup_strings)
231{
232 strmap_init_with_options(&set->map, pool, strdup_strings);
233}
234
235static inline void strset_clear(struct strset *set)
236{

Callers 3

merge_startFunction · 0.85
do_handle_clientFunction · 0.85

Calls 1

strmap_init_with_optionsFunction · 0.85

Tested by

no test coverage detected