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

Method GlobalCall

cel/macro.go:127–127  ·  view source on GitHub ↗

GlobalCall creates a function call Expr value for a global (free) function.

(function string, args ...*exprpb.Expr)

Source from the content-addressed store, hash-verified

125
126 // GlobalCall creates a function call Expr value for a global (free) function.
127 GlobalCall(function string, args ...*exprpb.Expr) *exprpb.Expr
128
129 // ReceiverCall creates a function call Expr value for a receiver-style function.
130 ReceiverCall(function string, target *exprpb.Expr, args ...*exprpb.Expr) *exprpb.Expr

Callers 3

TestCustomMacroFunction · 0.65
TestMacroInteropFunction · 0.65
TestCustomExistsMacroFunction · 0.65

Implementers 1

adaptingHelpercel/macro.go

Calls

no outgoing calls

Tested by 3

TestCustomMacroFunction · 0.52
TestMacroInteropFunction · 0.52
TestCustomExistsMacroFunction · 0.52