mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
158 B
158 B
category
| category |
|---|
| minorAnalysis |
- When a guard such as
isSafe(x)is defined, we now also automatically handleisSafe(x) == trueandisSafe(x) != false.