(p *PrettyCfg)
| 2469 | } |
| 2470 | |
| 2471 | func (node *MoveCursor) doc(p *PrettyCfg) pretty.Doc { |
| 2472 | return pretty.ConcatSpace(pretty.Keyword("MOVE"), node.CursorStmt.doc(p)) |
| 2473 | } |
| 2474 | |
| 2475 | func (node *CloseCursor) doc(p *PrettyCfg) pretty.Doc { |
| 2476 | close := pretty.Keyword("CLOSE") |
nothing calls this directly
no test coverage detected