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

Method end

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

Source from the content-addressed store, hash-verified

969 Self: Sized;
970 fn fuzz_one(&mut self, fuzzer: &mut Fuzzer) -> Option<VmExit>;
971 fn end(&mut self, _fuzzer: &mut Fuzzer) {}
972 fn after_check(&mut self, _fuzzer: &mut Fuzzer, _is_interesting: bool) {}
973}
974

Callers

nothing calls this directly

Implementers 2

main.rshail-fuzz/src/main.rs
havoc.rshail-fuzz/src/havoc.rs

Calls

no outgoing calls

Tested by

no test coverage detected