MCPcopy 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

VisitExprMethod · 0.65
VisitExprMethod · 0.65
OptimizeMethod · 0.65
isOptionalNoneFunction · 0.65
costCallMethod · 0.65
maybeUnwrapDynCallMethod · 0.65
checkOptSelectMethod · 0.65
checkCallMethod · 0.65
visitCallBinaryMethod · 0.65
visitCallConditionalMethod · 0.65
visitCallFuncMethod · 0.65

Implementers 1

baseCallExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 8

TestCallFunction · 0.52
TestMemberCallFunction · 0.52
TestCallNilFunction · 0.52