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

Method fuzzNotNull

bolt/vector/fuzzer/VectorFuzzer.cpp:930–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928} // namespace
929
930VectorPtr VectorFuzzer::fuzzNotNull(const TypePtr& type) {
931 return fuzzNotNull(type, opts_.vectorSize);
932}
933
934VectorPtr VectorFuzzer::fuzzNotNull(const TypePtr& type, vector_size_t size) {
935 ScopedOptions restorer(this);

Callers 3

TEST_FFunction · 0.80
generateMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_PFunction · 0.64