Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
812
func
(c *cc) convertBeginStmt(n *pcast.BeginStmt) ast.Node {
813
return
todo(n)
814
}
815
816
func
(c *cc) convertBetweenExpr(n *pcast.BetweenExpr) ast.Node {
817
return
&ast.BetweenExpr{
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected