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

Method get_new_visitor

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

Source from the content-addressed store, hash-verified

316 }
317
318 pub fn get_new_visitor(&mut self) -> Result<Visitor> {
319 let ast = self.update_ast()?;
320 let visitor = Visitor::new(ast);
321 Ok(visitor)
322 }
323
324 fn change_fd_name(&mut self, change_to_name: &str, change_to_ty: &str) -> Result<()> {
325 let fd_name = self.main.clone();

Callers 14

handle_set_jumpMethod · 0.80
handle_nested_callMethod · 0.80
add_sanitize_stmtsMethod · 0.80
get_transform_lenMethod · 0.80
change_fd_nameMethod · 0.80
change_fd_paramsMethod · 0.80

Calls 1

update_astMethod · 0.80

Tested by

no test coverage detected