Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asUInt64 (0.17 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    			}
    
    			if asDec {
    				if i, ok := got.AsInt64(); i != 0 || ok {
    					t.Errorf("%v: expected inf.Dec to return false for AsInt64: %d", item.input, i)
    				}
    				continue
    			}
    			i, ok := item.expect.AsInt64()
    			if !ok {
    				continue
    			}
    			j, ok := got.AsInt64()
    			if !ok {
    				if got.d.Dec == nil && got.i.scale >= 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
Back to top