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

Method get_library_build_dict_path

src/deopt.rs:412–417  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

410 }
411
412 pub fn get_library_build_dict_path(&self) -> Result<PathBuf> {
413 let path: PathBuf = [self.get_library_build_dir()?, "fuzzer.dict".into()]
414 .iter()
415 .collect();
416 Ok(path)
417 }
418
419 pub fn get_library_work_dir(&self) -> Result<PathBuf> {
420 let path: PathBuf = [self.get_library_output_dir()?, "work".into()]

Callers 3

transform_checkMethod · 0.80
execute_fuzzerMethod · 0.80
spawn_libfuzzerMethod · 0.80

Calls 1

get_library_build_dirMethod · 0.80

Tested by

no test coverage detected