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

Struct baseExprFactory

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

Source from the content-addressed store, hash-verified

82}
83
84type baseExprFactory struct {
85 accumulatorName string
86}
87
88// NewExprFactory creates an ExprFactory instance.
89func NewExprFactory() ExprFactory {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected