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

Method update_ast

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

Source from the content-addressed store, hash-verified

101 }
102
103 fn update_ast(&mut self) -> Result<Node> {
104 let ast = Executor::extract_func_ast(&self.src_file, vec![], self.deopt, &self.main, true)?;
105 Ok(ast)
106 }
107
108 /// Given the sequence numbers of fuzzable arguments, transform those arguments to receive fuzzer engine's bytes.
109 /// The transformation satisfies th passed constraints.

Callers 1

get_new_visitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected