VisitExpr visits the input expression.
(Expr)
| 139 | type 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) |
no outgoing calls
no test coverage detected