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

Method NewCall

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

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

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

Source from the content-addressed store, hash-verified

277
278 // NewCall creates a function call Expr value for a global (free) function.
279 NewCall(function string, args ...ast.Expr) ast.Expr
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

Callers 15

OptimizeMethod · 0.65
optimizeRuleMethod · 0.65
OptimizeMethod · 0.65
combineMethod · 0.65
combineMethod · 0.65
maybeCreateLiteralMethod · 0.65
pruneMethod · 0.65
newGlobalCallMethod · 0.65
buildMacroCallArgMethod · 0.65
addMacroCallMethod · 0.65
toExprMethod · 0.65
balancedTreeMethod · 0.65

Implementers 1

exprHelperparser/helper.go

Calls

no outgoing calls

Tested by

no test coverage detected