| 574 | ) |
| 575 | |
| 576 | type 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. |
| 582 | func (v *maxIDVisitor) VisitExpr(e Expr) { |
nothing calls this directly
no outgoing calls
no test coverage detected