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

Method Value

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

Source from the content-addressed store, hash-verified

814}
815
816func (e *baseMapEntry) Value() Expr {
817 if e == nil {
818 return nilExpr
819 }
820 return e.value
821}
822
823func (e *baseMapEntry) IsOptional() bool {
824 if e == nil {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected