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

Function TEST

bolt/vector/tests/SelectivityVectorTest.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}; // namespace
115
116TEST(SelectivityVectorTest, setValid_true_normal) {
117 setValid_normal(true);
118}
119
120TEST(SelectivityVectorTest, setValid_false_normal) {
121 setValid_normal(false);

Callers

nothing calls this directly

Calls 15

setValid_normalFunction · 0.85
assertStateFunction · 0.85
testEqualsFunction · 0.85
fillBitsFunction · 0.85
assertIsValidFunction · 0.85
setAllMethod · 0.80
setValidMethod · 0.80
updateBoundsMethod · 0.80
intersectMethod · 0.80
deselectMethod · 0.80
setValidRangeMethod · 0.80
applyToSelectedMethod · 0.80

Tested by

no test coverage detected