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

Method convertColumnDef

internal/engine/dolphin/convert.go:861–863  ·  view source on GitHub ↗
(n *pcast.ColumnDef)

Source from the content-addressed store, hash-verified

859}
860
861func (c *cc) convertColumnDef(n *pcast.ColumnDef) ast.Node {
862 return todo(n)
863}
864
865func (c *cc) convertColumnName(n *pcast.ColumnName) ast.Node {
866 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected