MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / fuzz_one

Method fuzz_one

hail-fuzz/src/main.rs:1009–1011  ·  view source on GitHub ↗
(&mut self, _: &mut Fuzzer)

Source from the content-addressed store, hash-verified

1007 }
1008
1009 fn fuzz_one(&mut self, _: &mut Fuzzer) -> Option<VmExit> {
1010 None
1011 }
1012}
1013
1014/// A stage that imports fuzzing inputs from other fuzzers.

Callers 1

runMethod · 0.45

Calls 6

clone_fromMethod · 0.80
reset_input_cursorMethod · 0.80
write_input_to_targetMethod · 0.80
executeMethod · 0.80
auto_trim_inputMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected