Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Args
Method
Args
common/ast/expr.go:173–173 ·
view source on GitHub ↗
Args returns the list of call arguments, excluding the target.
()
Source
from the content-addressed store, hash-verified
171
172
// Args returns the list of call arguments, excluding the target.
173
Args() []Expr
174
175
// marker interface method
176
isExpr()
Callers
15
VisitExpr
Method · 0.65
VisitExpr
Method · 0.65
Optimize
Method · 0.65
isOptionalNone
Function · 0.65
costCall
Method · 0.65
maybeUnwrapDynCall
Method · 0.65
checkOptSelect
Method · 0.65
checkCall
Method · 0.65
visitCallBinary
Method · 0.65
visitCallConditional
Method · 0.65
visitCallFunc
Method · 0.65
visitCallIndexInternal
Method · 0.65
Implementers
1
baseCallExpr
common/ast/expr.go
Calls
no outgoing calls
Tested by
8
convertMacroCallsToString
Function · 0.52
TestCustomInterpreterDecorator
Function · 0.52
TestCustomInterpreterDecoratorV2
Function · 0.52
TestCall
Function · 0.52
TestMemberCall
Function · 0.52
TestCallNil
Function · 0.52
TestNavigableCallExprMember
Function · 0.52
TestNavigableCallExprGlobal
Function · 0.52