advanced-security/qtil-csharp
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the index of a parameter asserted to be null (b = true) or non-null (b = false).
null
b = true
b = false
int getAnAssertionIndex(boolean b)