math/big.Int.IsUint64 (method)
4 uses
math/big (current package)
int.go#L453: func (x *Int) IsUint64() bool {
github.com/jackc/pgx/v5/pgtype
builtin_wrappers.go#L237: if !bi.IsUint64() {
builtin_wrappers.go#L290: if !bi.IsUint64() {
go/constant
value.go#L528: return x.val.Uint64(), x.val.IsUint64()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)