ParenTableExpr represents a parenthesized TableExpr.
| 407 | |
| 408 | // ParenTableExpr represents a parenthesized TableExpr. |
| 409 | type ParenTableExpr struct { |
| 410 | Expr TableExpr |
| 411 | } |
| 412 | |
| 413 | // Format implements the NodeFormatter interface. |
| 414 | func (node *ParenTableExpr) Format(ctx *FmtCtx) { |
nothing calls this directly
no outgoing calls
no test coverage detected