Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ TestSort
Function
TestSort
cpp/src/arrow/util/small_vector_test.cc:537–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
535
}
536
537
void TestSort() {
538
CheckSort<Traits::TestSizeFor(8)>();
539
CheckSort<8>();
540
}
541
542
void TestIterators() {
543
constexpr size_t N = Traits::TestSizeFor(5);
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected