Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lowerAsciiEquals (0.19 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    			expr:               "'ABCDEFGHIJ abcdefghij'.lowerAscii()",
    			expectEsimatedCost: checker.CostEstimate{Min: 3, Max: 3},
    			expectRuntimeCost:  3,
    		},
    		{
    			name:               "lowerAsciiEquals",
    			expr:               "'ABCDEFGHIJ abcdefghij'.lowerAscii() == 'abcdefghij ABCDEFGHIJ'.lowerAscii()",
    			expectEsimatedCost: checker.CostEstimate{Min: 7, Max: 9},
    			expectRuntimeCost:  9,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top