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

Method convertAlterUserStmt

internal/engine/dolphin/convert.go:800–802  ·  view source on GitHub ↗
(n *pcast.AlterUserStmt)

Source from the content-addressed store, hash-verified

798}
799
800func (c *cc) convertAlterUserStmt(n *pcast.AlterUserStmt) ast.Node {
801 return todo(n)
802}
803
804func (c *cc) convertAnalyzeTableStmt(n *pcast.AnalyzeTableStmt) ast.Node {
805 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected