MCPcopy
hub / github.com/sqlc-dev/sqlc / convertA_Star

Function convertA_Star

internal/engine/postgresql/convert.go:159–164  ·  view source on GitHub ↗
(n *pg.A_Star)

Source from the content-addressed store, hash-verified

157}
158
159func convertA_Star(n *pg.A_Star) *ast.A_Star {
160 if n == nil {
161 return nil
162 }
163 return &ast.A_Star{}
164}
165
166func convertAccessPriv(n *pg.AccessPriv) *ast.AccessPriv {
167 if n == nil {

Callers 1

convertNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected