Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ convert
Function
convert
internal/engine/postgresql/convert.go:84–86 ·
view source on GitHub ↗
(node *pg.Node)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
convert(node *pg.Node) (ast.Node, error) {
85
return
convertNode(node), nil
86
}
87
88
func
convertA_ArrayExpr(n *pg.A_ArrayExpr) *ast.A_ArrayExpr {
89
if
n == nil {
Callers
1
translate
Function · 0.85
Calls
1
convertNode
Function · 0.85
Tested by
no test coverage detected