ParenTableExpr represents a parenthesized TableExpr.
| 625 | |
| 626 | // ParenTableExpr represents a parenthesized TableExpr. |
| 627 | type ParenTableExpr struct { |
| 628 | Expr TableExpr |
| 629 | } |
| 630 | |
| 631 | // Format implements the NodeFormatter interface. |
| 632 | func (node *ParenTableExpr) Format(ctx *FmtCtx) { |
nothing calls this directly
no outgoing calls
no test coverage detected