MCPcopy 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
245static inline int strset_contains(struct strset *set, const char *str)
246{
247 return strmap_contains(&set->map, str);
248}
249
250static inline void strset_remove(struct strset *set, const char *str)
251{

Callers 13

add_pairFunction · 0.85
handle_deferred_entriesFunction · 0.85
write_bundle_refsFunction · 0.85
clear_midx_file_extFunction · 0.85
midx_needs_updateFunction · 0.85
replay_revisionsFunction · 0.85
path_is_beyond_symlink_1Function · 0.85
push_to_stackFunction · 0.85
assert_remote_capabilityFunction · 0.85

Calls 1

strmap_containsFunction · 0.85

Tested by 2

assert_remote_capabilityFunction · 0.68