Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Uint64Value (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. schema/serializer_test.go

    		},
    		{
    			name:    "uint32",
    			value:   uint32Value,
    			want:    time.Unix(int64(uint32Value), 0).UTC(),
    			wantErr: false,
    		},
    		{
    			name:    "uint64",
    			value:   uint64Value,
    			want:    time.Unix(int64(uint64Value), 0).UTC(), //nolint:gosec
    			wantErr: false,
    		},
    		{
    			name:    "maxInt64+1",
    			value:   maxInt64Plus1,
    			want:    nil,
    			wantErr: true,
    		},
    		{
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sun Oct 26 12:29:44 GMT 2025
    - 4.8K bytes
    - Click Count (0)
Back to Top