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

Method convertCleanupTableLockStmt

internal/engine/dolphin/convert.go:857–859  ·  view source on GitHub ↗
(n *pcast.CleanupTableLockStmt)

Source from the content-addressed store, hash-verified

855}
856
857func (c *cc) convertCleanupTableLockStmt(n *pcast.CleanupTableLockStmt) ast.Node {
858 return todo(n)
859}
860
861func (c *cc) convertColumnDef(n *pcast.ColumnDef) ast.Node {
862 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected