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

Method IsMemberFunction

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

IsMemberFunction returns whether the call has a non-nil target indicating it is a member function

()

Source from the content-addressed store, hash-verified

165
166 // IsMemberFunction returns whether the call has a non-nil target indicating it is a member function
167 IsMemberFunction() bool
168
169 // Target returns the target of the expression if one is present.
170 Target() Expr

Callers 15

VisitExprMethod · 0.65
resolveFunctionMethod · 0.65
pruneMethod · 0.65
isCelBindMacroFunction · 0.65
setFunctionMethod · 0.65
costCallMethod · 0.65
checkOptSelectMethod · 0.65
checkCallMethod · 0.65
resolveOverloadMethod · 0.65
visitCallFuncMethod · 0.65
buildMacroCallArgMethod · 0.65
CopyMethod · 0.65

Implementers 1

baseCallExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 6

TestCallFunction · 0.52
TestMemberCallFunction · 0.52
TestCallNilFunction · 0.52
assertFuncEqualsFunction · 0.52