Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Operand
Method
Operand
common/ast/expr.go:703–708 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
701
}
702
703
func
(e *baseSelectExpr) Operand() Expr {
704
if
e == nil || e.operand == nil {
705
return
nilExpr
706
}
707
return
e.operand
708
}
709
710
func
(e *baseSelectExpr) FieldName() string {
711
if
e == nil {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected