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

Method start

hail-fuzz/src/main.rs:1005–1007  ·  view source on GitHub ↗
(_: &mut Fuzzer)

Source from the content-addressed store, hash-verified

1003
1004impl 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

Callers

nothing calls this directly

Calls 4

take_allMethod · 0.80
is_main_instanceMethod · 0.80
is_emptyMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected