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

Method get_infer_program

src/program/infer/dynamic_infer.rs:53–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51 }
52
53 fn get_infer_program(&self) -> (PathBuf, PathBuf) {
54 let program = self.src_file.clone();
55 let dir = get_file_dirname(&program);
56 let binary: PathBuf = [dir, "fuzz_infer.out".into()].iter().collect();
57 (program, binary)
58 }
59}
60
61impl Executor {

Callers 1

Calls 1

get_file_dirnameFunction · 0.85

Tested by

no test coverage detected