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

Method end

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

Source from the content-addressed store, hash-verified

1066 }
1067
1068 fn end(&mut self, fuzzer: &mut Fuzzer) {
1069 if fuzzer.global.is_main_instance() && self.total != 0 {
1070 tracing::info!(
1071 "{} out of {} inputs from external fuzzers were interesting",
1072 self.interesting,
1073 self.total
1074 );
1075 }
1076 }
1077}
1078const BASE_ENERGY: u64 = 100;
1079

Callers 1

runMethod · 0.45

Calls 1

is_main_instanceMethod · 0.80

Tested by

no test coverage detected