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

Function get_incident_dir

src/program/libfuzzer.rs:41–45  ·  view source on GitHub ↗
(fuzz_dir: &Path, driver_id: u16)

Source from the content-addressed store, hash-verified

39}
40
41fn get_incident_dir(fuzz_dir: &Path, driver_id: u16) -> PathBuf {
42 let mut incident_dir = fuzz_dir.to_path_buf();
43 incident_dir.push(format!("error_{driver_id}"));
44 incident_dir
45}
46
47#[derive(Clone)]
48/// Given a set of programs, check their correctness and synthesize huge fuzzers.

Callers 2

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected