Base implements basic traversal so other passes can extend it.
| 72 | |
| 73 | // Base implements basic traversal so other passes can extend it. |
| 74 | type Base struct { |
| 75 | } |
| 76 | |
| 77 | // FodderElement cannot descend any further |
| 78 | func (*Base) FodderElement(p ASTPass, element *ast.FodderElement, ctx Context) { |
nothing calls this directly
no outgoing calls
no test coverage detected