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

Method makeArrayVector

bolt/vector/tests/utils/VectorTestBase.h:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 // EXPECT_EQ(3, arrayVector->size());
276 template <typename T>
277 ArrayVectorPtr makeArrayVector(
278 const std::vector<std::vector<T>>& data,
279 const TypePtr& elementType = CppToType<T>::create()) {
280 return vectorMaker_.arrayVector<T>(data, elementType);
281 }
282
283 ArrayVectorPtr makeAllNullArrayVector(
284 vector_size_t size,

Callers

nothing calls this directly

Calls 3

ARRAYFunction · 0.85
createFunction · 0.50
arrayVectorMethod · 0.45

Tested by

no test coverage detected