Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
StringView shortStringAt(vector_size_t row) {
84
return StringView::makeInline(std::string(row % 3,
'.'
));
85
};
86
} // namespace
87
88
TEST_F(VectorEstimateFlatSizeTest, fixedWidthNoNulls) {
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected