Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
940
VectorPtr VectorFuzzer::fuzz(const TypePtr& type) {
941
return fuzz(type, opts_.vectorSize);
942
}
943
944
VectorPtr VectorFuzzer::fuzz(const TypePtr& type, vector_size_t size) {
945
VectorPtr vector;
Callers
15
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
generateBuildInput
Method · 0.80
SortWindowBenchmark
Method · 0.80
generateInputData
Method · 0.80
generateInputDataWithRowNumber
Method · 0.80
TEST_P
Function · 0.80
main
Function · 0.80
generateValues
Method · 0.80
generate
Method · 0.80
Calls
6
coinToss
Function · 0.85
isPrimitiveType
Method · 0.45
slice
Method · 0.45
wrappedVector
Method · 0.45
size
Method · 0.45
generateData
Method · 0.45
Tested by
8
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
generateBuildInput
Method · 0.64
TEST_P
Function · 0.64
fuzzInputRow
Method · 0.64
genRowVector
Method · 0.64