mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55: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.