Buffer pushes an expression into an internal queue of expressions to write to a string.
(e ast.Expr)
| 41 | // Buffer pushes an expression into an internal queue of expressions to |
| 42 | // write to a string. |
| 43 | Buffer(e ast.Expr) |
| 44 | } |
| 45 | |
| 46 | type emptyDebugAdorner struct { |
no outgoing calls
no test coverage detected