Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewEmptyDynValue (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/value.go

    	// whitespace.
    	FoldedValueStyle
    
    	// LiteralStyle is a multiline string that preserves newlines, but trims all other whitespace
    	// to a single character.
    	LiteralStyle
    )
    
    // NewEmptyDynValue returns the zero-valued DynValue.
    func NewEmptyDynValue() *DynValue {
    	// note: 0 is not a valid parse node identifier.
    	dv, _ := NewDynValue(0, nil)
    	return dv
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 20.5K bytes
    - Viewed (0)
Back to top