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:854–859 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
852
}
853
854
func
(f *baseStructField) Value() Expr {
855
if
f == nil {
856
return
nilExpr
857
}
858
return
f.value
859
}
860
861
func
(f *baseStructField) IsOptional() bool {
862
if
f == nil {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected