CodeQL library for Go
codeql/go-all 0.7.13 (changelog, source)
Search

Module Strconv

Provides models of commonly used functions in the strconv package.

Import path

import semmle.go.frameworks.stdlib.Strconv

Classes

Atoi

The Atoi function.

IntSize

The IntSize constant, that gives the size in bits of an int or uint value on the current architecture (32 or 64).

ParseInt

The ParseInt function.

ParseUint

The ParseUint function.