Get the operator for this binary expression
(&self)
| 119 | |
| 120 | /// Get the operator for this binary expression |
| 121 | pub fn op(&self) -> &Operator { |
| 122 | &self.op |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | impl std::fmt::Display for BinaryExpr { |
no outgoing calls
no test coverage detected