Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
857
func
(c *cc) convertCleanupTableLockStmt(n *pcast.CleanupTableLockStmt) ast.Node {
858
return
todo(n)
859
}
860
861
func
(c *cc) convertColumnDef(n *pcast.ColumnDef) ast.Node {
862
return
todo(n)
Callers
1
convert
Method · 0.95
Calls
1
todo
Function · 0.70
Tested by
no test coverage detected