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

Method VisitExpr

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

VisitExpr visits the input expression.

(Expr)

Source from the content-addressed store, hash-verified

139type Visitor interface {
140 // VisitExpr visits the input expression.
141 VisitExpr(Expr)
142
143 // VisitEntryExpr visits the input entry expression, i.e. a struct field or map entry.
144 VisitEntryExpr(EntryExpr)

Callers 1

visitFunction · 0.65

Implementers 7

childrenVisitortools/celtest/test_runner.go
parentVisitortools/celtest/test_runner.go
collectRangespolicy/composer_test.go
transferCheckerpolicy/composer_test.go
idCollectorcel/folding_test.go
maxIDVisitorcommon/ast/ast.go
baseVisitorcommon/ast/navigable.go

Calls

no outgoing calls

Tested by

no test coverage detected