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

Struct baseCallExpr

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

Source from the content-addressed store, hash-verified

466}
467
468type baseCallExpr struct {
469 function string
470 target Expr
471 args []Expr
472 isMember bool
473}
474
475func (*baseCallExpr) Kind() ExprKind {
476 return CallKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected