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

Method visit_call_expr

src/analysis/dfa.rs:221–225  ·  view source on GitHub ↗
(&mut self, stmt: &ast::Node)

Source from the content-addressed store, hash-verified

219 }
220
221 fn visit_call_expr(&mut self, stmt: &ast::Node) -> Result<()> {
222 // TODO: here to add callback
223 (self.callback.precall)(&mut self.store_mgr, &mut self.env_mgr, stmt);
224 Ok(())
225 }
226
227 /// get the value of the Right Hand Expression
228 fn get_rvalue(&mut self, stmt: &ast::Node) -> Result<Symbol<T>> {

Callers 1

visit_stmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected