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

Method get_library_misc_dir

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

Source from the content-addressed store, hash-verified

274 }
275
276 pub fn get_library_misc_dir(&self) -> Result<PathBuf> {
277 let mut misc_dir = self.get_library_output_dir()?;
278 misc_dir.push("misc");
279 utils::create_dir_if_nonexist(&misc_dir)?;
280 Ok(misc_dir)
281 }
282
283 pub fn get_library_coverage_path(&self) -> Result<PathBuf> {
284 let path: PathBuf = [self.get_library_misc_dir()?, "code_coverage.csv".into()]

Callers 15

save_prompt_counterFunction · 0.80
load_prompt_counterFunction · 0.80
save_promptFunction · 0.80
load_promptFunction · 0.80
dump_to_fileMethod · 0.80
save_exec_counterFunction · 0.80

Calls 3

create_dir_if_nonexistFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected