| 3073 | ) |
| 3074 | |
| 3075 | type Cursor struct { |
| 3076 | Action string |
| 3077 | Fetch string |
| 3078 | CursorName Ident |
| 3079 | Into []Ident |
| 3080 | } |
| 3081 | |
| 3082 | func (node *Cursor) Format(buf *nodeBuffer) { |
| 3083 | if node.Action == FetchStr { |
nothing calls this directly
no outgoing calls
no test coverage detected