Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for assertableTo (0.14 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(TypeAndValue).IsVoid", Method, 5},
    		{"Alias", Type, 22},
    		{"ArgumentError", Type, 18},
    		{"ArgumentError.Err", Field, 18},
    		{"ArgumentError.Index", Field, 18},
    		{"Array", Type, 5},
    		{"AssertableTo", Func, 5},
    		{"AssignableTo", Func, 5},
    		{"Basic", Type, 5},
    		{"BasicInfo", Type, 5},
    		{"BasicKind", Type, 5},
    		{"Bool", Const, 5},
    		{"Builtin", Type, 5},
    		{"Byte", Const, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    			}
    
    			klog.Flush()
    			klog.SetOutput(&bytes.Buffer{}) // prevent further writes into buf
    			capturedOutput := buf.String()
    
    			// replace the uid with a constant to make the test output stable and assertable
    			capturedOutput = regexp.MustCompile(`uid="[^"]+"`).ReplaceAllString(capturedOutput, `uid="UID"`)
    
    			for _, wantLog := range tc.wantLogs {
    				if !strings.Contains(capturedOutput, wantLog) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
Back to top