MCPcopy 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
1414TypePtr VectorFuzzer::randOrderableType(int maxDepth) {
1415 return bolt::randOrderableType(rng_, maxDepth);
1416}
1417
1418TypePtr VectorFuzzer::randType(
1419 const std::vector<TypePtr>& scalarTypes,

Callers 1

TEST_FFunction · 0.45

Calls 1

randOrderableTypeFunction · 0.85

Tested by 1

TEST_FFunction · 0.36