const math.MaxInt8
5 uses
math (current package)
const.go#L44: MaxInt8 = 1<<7 - 1 // 127
github.com/jackc/pgx/v5/pgtype
builtin_wrappers.go#L26: if v.Int64 > math.MaxInt8 {
int.go#L318: } else if n > math.MaxInt8 {
int.go#L881: } else if n > math.MaxInt8 {
int.go#L1455: } else if n > math.MaxInt8 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)