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

Function oidset_contains

oidset.c:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13int oidset_contains(const struct oidset *set, const struct object_id *oid)
14{
15 khiter_t pos = kh_get_oid_set(&set->set, *oid);
16 return pos != kh_end(&set->set);
17}
18
19bool oidset_equal(const struct oidset *a, const struct oidset *b)
20{

Callers 15

filter_refsFunction · 0.85
oidset_equalFunction · 0.85
pass_blameFunction · 0.85
obj_is_recentFunction · 0.85
has_packed_and_badFunction · 0.85
fill_pack_entryFunction · 0.85
is_promisor_objectFunction · 0.85
process_parentsFunction · 0.85
make_script_with_mergesFunction · 0.85
match_objfindFunction · 0.85
do_traverseFunction · 0.85
object_on_skiplistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected