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

Function TEST_F

bolt/expression/tests/VariadicViewTest.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297};
298
299TEST_F(NullableVariadicViewTest, variadicInt) {
300 testVariadicView();
301}
302
303TEST_F(NullableVariadicViewTest, variadicIntMoreArgs) {
304 // Test accessing Variadic args when there are other args before it.

Callers

nothing calls this directly

Calls 8

ROWFunction · 0.85
LocalDecodedVectorClass · 0.50
sizeMethod · 0.45
skipNullsMethod · 0.45
valueMethod · 0.45
getStringMethod · 0.45
valueAtMethod · 0.45
isNullAtMethod · 0.45

Tested by

no test coverage detected