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

Method fuzzer_run

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

Source from the content-addressed store, hash-verified

252 }
253
254 pub fn fuzzer_run(&self) -> Result<()> {
255 self.transform_seeds_to_fuzzers()?;
256 self.executor.run_libfuzzer(false, None, None)?;
257 self.executor.run_libfuzzer(true, None, None)?;
258 Ok(())
259 }
260}
261
262impl Drop for Fuzzer {

Callers 1

mainFunction · 0.80

Calls 2

run_libfuzzerMethod · 0.80

Tested by

no test coverage detected