Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
816
func
(e *baseMapEntry) Value() Expr {
817
if
e == nil {
818
return
nilExpr
819
}
820
return
e.value
821
}
822
823
func
(e *baseMapEntry) IsOptional() bool {
824
if
e == nil {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected