MCPcopy Create free account
hub / github.com/bytedance/bolt / DecodedVectorTest

Method DecodedVectorTest

bolt/vector/tests/DecodedVectorTest.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 DecodedVectorTest() : allSelected_(10010), halfSelected_(10010) {
53 allSelected_.setAll();
54 halfSelected_.setAll();
55 for (int32_t i = 1; i < halfSelected_.size(); i += 2) {
56 halfSelected_.setValid(i, false);
57 }
58 }
59
60 void assertNoNulls(
61 DecodedVector& decodedVector,

Callers

nothing calls this directly

Calls 3

setAllMethod · 0.80
setValidMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected