codeql/ruby-all
2.0.4-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Parses an integer constant n or interval n1..n2 (inclusive) and gets the value of the constant or any value contained in the interval.
n
n1..n2
import codeql.dataflow.internal.AccessPathSyntax
int parseInt(string arg)