Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
235
static inline void strset_clear(struct strset *set)
236
{
237
strmap_clear(&set->map, 0);
238
}
239
240
static inline void strset_partial_clear(struct strset *set)
241
{
Callers
15
format_tracking_info
Function · 0.85
write_bundle_refs
Function · 0.85
clear_midx_files_ext
Function · 0.85
clear_incremental_midx_files_ext
Function · 0.85
midx_needs_update
Function · 0.85
refs_verify_refnames_available
Function · 0.85
parse_options_check_harder
Function · 0.85
set_up_replay_mode
Function · 0.85
replay_revisions
Function · 0.85
clear_apply_state
Function · 0.85
create_filepairs_for_header_only_notifications
Function · 0.85
walk_objects_by_path
Function · 0.85
Calls
1
strmap_clear
Function · 0.85
Tested by
1
cmd__rot13_filter
Function · 0.68