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

Method NewMemberCall

parser/macro.go:282–282  ·  view source on GitHub ↗

NewMemberCall creates a function call Expr value for a receiver-style function.

(function string, target ast.Expr, args ...ast.Expr)

Source from the content-addressed store, hash-verified

280
281 // NewMemberCall creates a function call Expr value for a receiver-style function.
282 NewMemberCall(function string, target ast.Expr, args ...ast.Expr) ast.Expr
283
284 // NewPresenceTest creates a Select TestOnly Expr value for modelling has() semantics.
285 NewPresenceTest(operand ast.Expr, field string) ast.Expr

Callers 8

combineMethod · 0.65
pruneMethod · 0.65
newReceiverCallMethod · 0.65
buildMacroCallArgMethod · 0.65
addMacroCallMethod · 0.65
CopyMethod · 0.65
NewMemberCallMethod · 0.65
sortByMacroFunction · 0.65

Implementers 1

exprHelperparser/helper.go

Calls

no outgoing calls

Tested by

no test coverage detected