Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ convertBRIEStmt
Method
convertBRIEStmt
internal/engine/dolphin/convert.go:808–810 ·
view source on GitHub ↗
(n *pcast.BRIEStmt)
Source
from the content-addressed store, hash-verified
806
}
807
808
func
(c *cc) convertBRIEStmt(n *pcast.BRIEStmt) ast.Node {
809
return
todo(n)
810
}
811
812
func
(c *cc) convertBeginStmt(n *pcast.BeginStmt) ast.Node {
813
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected