const math.MaxInt16
8 uses
math (current package)
const.go#L46: MaxInt16 = 1<<15 - 1 // 32767
github.com/jackc/pgx/v5/pgtype
builtin_wrappers.go#L50: if v.Int64 > math.MaxInt16 {
int.go#L39: if n.Int64 > math.MaxInt16 {
int.go#L83: if n > math.MaxInt16 {
int.go#L181: if n.Int64 > math.MaxInt16 {
int.go#L203: if n.Int64 > math.MaxInt16 {
int.go#L939: } else if n > math.MaxInt16 {
int.go#L1513: } else if n > math.MaxInt16 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)