MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / convertBeginStmt

Method convertBeginStmt

internal/engine/dolphin/convert.go:812–814  ·  view source on GitHub ↗
(n *pcast.BeginStmt)

Source from the content-addressed store, hash-verified

810}
811
812func (c *cc) convertBeginStmt(n *pcast.BeginStmt) ast.Node {
813 return todo(n)
814}
815
816func (c *cc) convertBetweenExpr(n *pcast.BetweenExpr) ast.Node {
817 return &ast.BetweenExpr{

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected