Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
type
baseExprFactory
struct
{
85
accumulatorName string
86
}
87
88
// NewExprFactory creates an ExprFactory instance.
89
func
NewExprFactory() ExprFactory {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected