mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
import ruby
|
|
|
|
from Operation o, string operator, Expr operand, string pClass
|
|
where
|
|
operator = o.getOperator() and
|
|
operand = o.getAnOperand() and
|
|
pClass = o.getAPrimaryQlClass()
|
|
select o, operator, operand, pClass
|