Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPrefixString (0.11 sec)

  1. src/net/netip/netip_test.go

    				sinkString = tc.ip.String()
    			}))
    			if allocs != tc.wantAllocs {
    				t.Errorf("allocs=%d, want %d", allocs, tc.wantAllocs)
    			}
    		})
    	}
    }
    
    func TestPrefixString(t *testing.T) {
    	tests := []struct {
    		ipp  Prefix
    		want string
    	}{
    		{Prefix{}, "invalid Prefix"},
    		{PrefixFrom(Addr{}, 8), "invalid Prefix"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
Back to top