Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Operand
Method
Operand
common/ast/navigable.go:537–539 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
535
}
536
537
func
(sel navigableSelectImpl) Operand() Expr {
538
return
sel.createChild(sel.Expr.AsSelect().Operand())
539
}
540
541
type
navigableStructImpl
struct
{
542
*navigableExprImpl
Callers
nothing calls this directly
Calls
3
createChild
Method · 0.80
Operand
Method · 0.65
AsSelect
Method · 0.65
Tested by
no test coverage detected