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

Function CheckUnion

libs/coding/coding_tests/compressed_bit_vector_test.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void CheckUnion(vector<uint64_t> & setBits1, vector<uint64_t> & setBits2, coding::CompressedBitVector const & cbv)
62{
63 CheckBinaryOp(&Union, setBits1, setBits2, cbv);
64}
65
66void CheckUnion(vector<uint64_t> & setBits1, coding::CompressedBitVector::StorageStrategy strategy1,
67 vector<uint64_t> & setBits2, coding::CompressedBitVector::StorageStrategy strategy2,

Callers 1

UNIT_TESTFunction · 0.85

Calls 5

CheckBinaryOpFunction · 0.85
TESTFunction · 0.85
UnionFunction · 0.85
GetStorageStrategyMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected