MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Target

Method Target

common/ast/expr.go:170–170  ·  view source on GitHub ↗

Target returns the target of the expression if one is present.

()

Source from the content-addressed store, hash-verified

168
169 // Target returns the target of the expression if one is present.
170 Target() Expr
171
172 // Args returns the list of call arguments, excluding the target.
173 Args() []Expr

Callers 15

VisitExprMethod · 0.65
resolveFunctionMethod · 0.65
pruneMethod · 0.65
visitFunction · 0.65
isCelBindMacroFunction · 0.65
costCallMethod · 0.65
checkCallMethod · 0.65
visitCallFuncMethod · 0.65
buildMacroCallArgMethod · 0.65
CopyMethod · 0.65
ValidateMethod · 0.65

Implementers 1

baseCallExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 5

TestCallFunction · 0.52
TestMemberCallFunction · 0.52
TestCallNilFunction · 0.52