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

Method get_library_build_lib_path

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

Source from the content-addressed store, hash-verified

403 }
404
405 pub fn get_library_build_lib_path(&self) -> Result<PathBuf> {
406 let path: PathBuf = [self.get_library_build_dir()?, "lib".into()]
407 .iter()
408 .collect();
409 Ok(path)
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()]

Callers 5

parse_configFunction · 0.80
get_san_lib_pathFunction · 0.80
get_sancov_lib_pathFunction · 0.80
get_fuzzer_lib_pathFunction · 0.80
get_cov_lib_pathFunction · 0.80

Calls 1

get_library_build_dirMethod · 0.80

Tested by

no test coverage detected