(n *pcast.PositionExpr)
| 1260 | } |
| 1261 | |
| 1262 | func (c *cc) convertPositionExpr(n *pcast.PositionExpr) ast.Node { |
| 1263 | return &ast.Integer{Ival: int64(n.N)} |
| 1264 | } |
| 1265 | |
| 1266 | func (c *cc) convertPrepareStmt(n *pcast.PrepareStmt) ast.Node { |
| 1267 | return todo(n) |
no outgoing calls
no test coverage detected