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

Function NewExprFactory

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

NewExprFactory creates an ExprFactory instance.

()

Source from the content-addressed store, hash-verified

87
88// NewExprFactory creates an ExprFactory instance.
89func NewExprFactory() ExprFactory {
90 return &baseExprFactory{
91 "@result",
92 }
93}
94
95// NewExprFactoryWithAccumulator creates an ExprFactory instance with a custom
96// accumulator identifier name.

Calls

no outgoing calls