Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
554
impl<'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_operator
Method · 0.80
get_rvalue
Method · 0.80
get_childs
Method · 0.80
get_childs_no_ignore
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected