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

Method is_minus

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

Source from the content-addressed store, hash-verified

633
634impl UnaryOperator {
635 pub fn is_minus(&self) -> bool {
636 matches!(self.opcode, UnaryOpcode::Minus)
637 }
638
639 pub fn is_addrof(&self) -> bool {
640 matches!(self.opcode, UnaryOpcode::AddrOf)

Callers 4

is_integer_literalFunction · 0.80
get_call_arg_node_typeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected