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

Method get_output_file

src/program/transform.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70 }
71
72 pub fn get_output_file(&self) -> &Path {
73 &self.src_file
74 }
75
76 pub fn new_check(src_file: &Path, deopt: &'a Deopt) -> Result<Self> {
77 let mut out_file = deopt.get_library_transform_check_dir(src_file)?;

Callers 2

test_fd_sanitizeFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_fd_sanitizeFunction · 0.64