MCPcopy Create free account
hub / github.com/comaps/comaps / CheckIntersection

Function CheckIntersection

libs/coding/coding_tests/compressed_bit_vector_test.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void CheckIntersection(vector<uint64_t> & setBits1, vector<uint64_t> & setBits2,
51 coding::CompressedBitVector const & cbv)
52{
53 CheckBinaryOp(&Intersect, setBits1, setBits2, cbv);
54}
55
56void CheckSubtraction(vector<uint64_t> & setBits1, vector<uint64_t> & setBits2, coding::CompressedBitVector const & cbv)
57{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

CheckBinaryOpFunction · 0.85

Tested by

no test coverage detected