Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ randOrderableType
Method
randOrderableType
bolt/vector/fuzzer/VectorFuzzer.cpp:1414–1416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1412
}
1413
1414
TypePtr VectorFuzzer::randOrderableType(int maxDepth) {
1415
return bolt::randOrderableType(rng_, maxDepth);
1416
}
1417
1418
TypePtr VectorFuzzer::randType(
1419
const std::vector<TypePtr>& scalarTypes,
Callers
1
TEST_F
Function · 0.45
Calls
1
randOrderableType
Function · 0.85
Tested by
1
TEST_F
Function · 0.36