MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / should_recheck

Method should_recheck

src/fuzzer.rs:184–189  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

182 }
183
184 pub fn should_recheck(&self) -> bool {
185 if self.quiet_round >= get_config().fuzz_converge_round / 2 && get_config().recheck {
186 return true;
187 }
188 false
189 }
190
191 pub fn fuzz_loop(&mut self) -> Result<()> {
192 let mut logger = ProgramLogger::default();

Callers 1

fuzz_loopMethod · 0.80

Calls 1

get_configFunction · 0.85

Tested by

no test coverage detected