mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
334 B
334 B
category
| category |
|---|
| feature |
- An
isExplicitpredicate was added to theFunctionclass that determines whether the function was declared as explicit. - A
getExplicitExprpredicate was added to theFunctionclass that yields the constant boolean expression (if any) that conditionally determines whether the function is explicit.