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

Method preprocess

src/program/transform.rs:172–176  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

170 }
171
172 pub fn preprocess(&mut self) -> Result<()> {
173 self.handle_file_constraint("data", "size")?;
174 self.add_fuzzer_size_constraint("size")?;
175 Ok(())
176 }
177
178 // write the raw bytes to the "intput_file";
179 fn handle_file_constraint(&mut self, data: &str, size: &str) -> Result<()> {

Callers 3

normal_transformMethod · 0.80
compile_seedMethod · 0.80

Calls 2

Tested by

no test coverage detected