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

Method get_library_func_gadget_path

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

Source from the content-addressed store, hash-verified

199 }
200
201 pub fn get_library_func_gadget_path(&self) -> Result<PathBuf> {
202 let gadget_path: PathBuf = [self.get_library_misc_dir()?, "func_gadgets.txt".into()]
203 .iter()
204 .collect();
205 Ok(gadget_path)
206 }
207
208 pub fn get_library_branch_dump_path(&self) -> Result<PathBuf> {
209 let save_path: PathBuf = [self.get_library_misc_dir()?, "branches.json".into()]

Callers 2

dump_func_gadgetsFunction · 0.80
load_func_gadgetsFunction · 0.80

Calls 1

get_library_misc_dirMethod · 0.80

Tested by

no test coverage detected