| 182 | } |
| 183 | |
| 184 | type CursorDeclaration struct { |
| 185 | StatementImpl |
| 186 | Name Variable |
| 187 | Scroll tree.CursorScrollOption |
| 188 | Query tree.Statement |
| 189 | Annotations *tree.Annotations |
| 190 | } |
| 191 | |
| 192 | func (s *CursorDeclaration) CopyNode() *CursorDeclaration { |
| 193 | copyNode := *s |
nothing calls this directly
no outgoing calls
no test coverage detected