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

Method fuzz

bolt/vector/fuzzer/VectorFuzzer.cpp:940–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940VectorPtr VectorFuzzer::fuzz(const TypePtr& type) {
941 return fuzz(type, opts_.vectorSize);
942}
943
944VectorPtr VectorFuzzer::fuzz(const TypePtr& type, vector_size_t size) {
945 VectorPtr vector;

Callers 15

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
generateBuildInputMethod · 0.80
SortWindowBenchmarkMethod · 0.80
generateInputDataMethod · 0.80
TEST_PFunction · 0.80
mainFunction · 0.80
generateValuesMethod · 0.80
generateMethod · 0.80

Calls 6

coinTossFunction · 0.85
isPrimitiveTypeMethod · 0.45
sliceMethod · 0.45
wrappedVectorMethod · 0.45
sizeMethod · 0.45
generateDataMethod · 0.45

Tested by 8

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
generateBuildInputMethod · 0.64
TEST_PFunction · 0.64
fuzzInputRowMethod · 0.64
genRowVectorMethod · 0.64