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

Method is_assignment

src/ast/kind.rs:555–557  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

553
554impl<'a> BinaryOperator {
555 pub fn is_assignment(&self) -> bool {
556 self.opcode == BinaryOpcode::Assign
557 }
558
559 pub fn is_compound_assignment(&self) -> bool {
560 matches!(

Callers 4

visit_binary_operatorMethod · 0.80
get_rvalueMethod · 0.80
get_childsMethod · 0.80
get_childs_no_ignoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected