mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
415 B
415 B
4.0.4
Minor Analysis Improvements
- Added the methods
getMinArgumentsandgetMaxArgumentsto theFunctionclass. These return the minimum and maximum positional arguments that the given function accepts.
Bug Fixes
MatchLiteralPatterns such ascase None: ...are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.