Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for hasX (0.07 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    	if ip == nil {
    		t.Errorf("error parsing IP %q", ipstr)
    		return false
    	}
    	return alloc.Has(ip)
    }
    
    func portIsAllocated(t *testing.T, alloc portallocator.Interface, port int32) bool {
    	t.Helper()
    	if port == 0 {
    		t.Errorf("port is 0")
    		return false
    	}
    	return alloc.Has(int(port))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top