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

Function strset_clear

strmap.h:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235static inline void strset_clear(struct strset *set)
236{
237 strmap_clear(&set->map, 0);
238}
239
240static inline void strset_partial_clear(struct strset *set)
241{

Callers 15

format_tracking_infoFunction · 0.85
write_bundle_refsFunction · 0.85
clear_midx_files_extFunction · 0.85
midx_needs_updateFunction · 0.85
set_up_replay_modeFunction · 0.85
replay_revisionsFunction · 0.85
clear_apply_stateFunction · 0.85
walk_objects_by_pathFunction · 0.85

Calls 1

strmap_clearFunction · 0.85

Tested by 1

cmd__rot13_filterFunction · 0.68