Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strset_contains
Function
strset_contains
strmap.h:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
static inline int strset_contains(struct strset *set, const char *str)
246
{
247
return strmap_contains(&set->map, str);
248
}
249
250
static inline void strset_remove(struct strset *set, const char *str)
251
{
Callers
13
add_pair
Function · 0.85
collect_merge_info_callback
Function · 0.85
handle_deferred_entries
Function · 0.85
write_bundle_refs
Function · 0.85
clear_midx_file_ext
Function · 0.85
midx_needs_update
Function · 0.85
refs_verify_refnames_available
Function · 0.85
replay_revisions
Function · 0.85
path_is_beyond_symlink_1
Function · 0.85
create_filepairs_for_header_only_notifications
Function · 0.85
push_to_stack
Function · 0.85
assert_remote_capability
Function · 0.85
Calls
1
strmap_contains
Function · 0.85
Tested by
2
assert_remote_capability
Function · 0.68
check_and_write_capabilities
Function · 0.68