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

Method get_extension_factor

hail-fuzz/src/main.rs:884–893  ·  view source on GitHub ↗
(&mut self, key: StreamKey)

Source from the content-addressed store, hash-verified

882 }
883
884 fn get_extension_factor(&mut self, key: StreamKey) -> f64 {
885 if !self.features.extension_factor {
886 return 2.0;
887 }
888 self.input_id.map_or(1.0, |id| {
889 self.corpus[id]
890 .stage_data::<LengthExtData>(Stage::MultiStreamExtend)
891 .extension_factor(key)
892 })
893 }
894
895 #[allow(unused)]
896 fn execs_since_last_find(&self) -> u64 {

Callers 2

startMethod · 0.80
runMethod · 0.80

Calls 1

extension_factorMethod · 0.80

Tested by

no test coverage detected