Use represents a use statement.
| 1630 | |
| 1631 | // Use represents a use statement. |
| 1632 | type Use struct { |
| 1633 | DBName TableIdent |
| 1634 | } |
| 1635 | |
| 1636 | // Format formats the node. |
| 1637 | func (node *Use) Format(buf *TrackedBuffer) { |
nothing calls this directly
no outgoing calls
no test coverage detected