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

Struct maxIDVisitor

common/ast/ast.go:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574)
575
576type maxIDVisitor struct {
577 maxID int64
578 *baseVisitor
579}
580
581// VisitExpr updates the max identifier if the incoming expression id is greater than previously observed.
582func (v *maxIDVisitor) VisitExpr(e Expr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected