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

Function shortStringAt

bolt/vector/tests/VectorEstimateFlatSizeTest.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83StringView shortStringAt(vector_size_t row) {
84 return StringView::makeInline(std::string(row % 3, '.'));
85};
86} // namespace
87
88TEST_F(VectorEstimateFlatSizeTest, fixedWidthNoNulls) {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected