mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
import csharp
|
|
import semmle.code.csharp.controlflow.Guards
|
|
|
|
query predicate impliesStep(Expr e1, AbstractValue v1, Expr e2, AbstractValue v2) {
|
|
Internal::impliesStep(e1, v1, e2, v2)
|
|
}
|