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

Function CheckSubtraction

libs/coding/coding_tests/compressed_bit_vector_test.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CheckSubtraction(vector<uint64_t> & setBits1, vector<uint64_t> & setBits2, coding::CompressedBitVector const & cbv)
57{
58 CheckBinaryOp(&Subtract, setBits1, setBits2, cbv);
59}
60
61void CheckUnion(vector<uint64_t> & setBits1, vector<uint64_t> & setBits2, coding::CompressedBitVector const & cbv)
62{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

CheckBinaryOpFunction · 0.85

Tested by

no test coverage detected