MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Value

Method Value

common/ast/expr.go:854–859  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

852}
853
854func (f *baseStructField) Value() Expr {
855 if f == nil {
856 return nilExpr
857 }
858 return f.value
859}
860
861func (f *baseStructField) IsOptional() bool {
862 if f == nil {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected