We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8a7ea commit 822002dCopy full SHA for 822002d
swift/ql/lib/codeql/swift/elements/expr/ArithmeticOperation.qll
@@ -15,6 +15,9 @@ class ArithmeticOperation extends Expr {
15
this instanceof UnaryArithmeticOperation
16
}
17
18
+ /**
19
+ * Gets an operand of this arithmetic operation.
20
+ */
21
Expr getAnOperand() {
22
result = this.(BinaryArithmeticOperation).getAnOperand()
23
or
0 commit comments