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

Method NewMemberCall

common/ast/factory.go:37–37  ·  view source on GitHub ↗

NewMemberCall creates an Expr value representing a member function call.

(id int64, function string, receiver Expr, args ...Expr)

Source from the content-addressed store, hash-verified

35
36 // NewMemberCall creates an Expr value representing a member function call.
37 NewMemberCall(id int64, function string, receiver Expr, args ...Expr) Expr
38
39 // NewIdent creates an Expr value representing an identifier.
40 NewIdent(id int64, name string) Expr

Callers 12

TestConvertExprFunction · 0.95
TestSetKindCaseFunction · 0.95
TestMemberCallFunction · 0.95
ReceiverCallMethod · 0.65
rewritePresenceExprMethod · 0.65
optMapFunction · 0.65
optFlatMapFunction · 0.65
NewBindMacroMethod · 0.65
NewMemberCallMethod · 0.65
exprCallFunction · 0.65

Implementers 1

baseExprFactorycommon/ast/factory.go

Calls

no outgoing calls

Tested by 5

TestConvertExprFunction · 0.76
TestSetKindCaseFunction · 0.76
TestMemberCallFunction · 0.76