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

Function get_fuzzer_log

src/program/libfuzzer.rs:35–39  ·  view source on GitHub ↗
(fuzz_dir: &Path)

Source from the content-addressed store, hash-verified

33}
34
35pub fn get_fuzzer_log(fuzz_dir: &Path) -> PathBuf {
36 let mut fuzzer_log = fuzz_dir.to_path_buf();
37 fuzzer_log.push("fuzz.log");
38 fuzzer_log
39}
40
41fn get_incident_dir(fuzz_dir: &Path, driver_id: u16) -> PathBuf {
42 let mut incident_dir = fuzz_dir.to_path_buf();

Callers 2

save_the_incidentFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected