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

Struct baseVisitor

common/ast/navigable.go:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147type baseVisitor struct {
148 visitExpr func(Expr)
149 visitEntryExpr func(EntryExpr)
150}
151
152// VisitExpr visits the Expr if the internal expr visitor has been configured.
153func (v *baseVisitor) VisitExpr(e Expr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected