(_: &mut Fuzzer)
| 1003 | |
| 1004 | impl StageData for DummyStage { |
| 1005 | fn start(_: &mut Fuzzer) -> Result<Self, StageExit> { |
| 1006 | Ok(Self) |
| 1007 | } |
| 1008 | |
| 1009 | fn fuzz_one(&mut self, _: &mut Fuzzer) -> Option<VmExit> { |
| 1010 | None |
nothing calls this directly
no test coverage detected