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

Method fuzzExpression

bolt/expression/fuzzer/ExpressionFuzzer.cpp:1067–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067ExpressionFuzzer::FuzzedExpressionData ExpressionFuzzer::fuzzExpression() {
1068 return fuzzExpressions(1);
1069}
1070
1071// Either generates a new expression of the required return type or if already
1072// generated expressions of the same return type exist then there is a 30%

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64