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

Method get_lhs

src/ast/kind.rs:616–618  ·  view source on GitHub ↗
(&self, node: &'a Node)

Source from the content-addressed store, hash-verified

614 }
615
616 pub fn get_lhs(&self, node: &'a Node) -> &'a Node {
617 node.inner.first().unwrap()
618 }
619
620 pub fn get_rhs(&self, node: &'a Node) -> &'a Node {
621 node.inner.get(1).unwrap()

Callers 7

visit_binary_operatorMethod · 0.80
get_rvalueMethod · 0.80
find_binary_operatorMethod · 0.80
get_call_arg_node_typeFunction · 0.80
get_var_nameMethod · 0.80
is_sizeof_expr_of_varFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected