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

Function todo

internal/engine/dolphin/convert.go:22–27  ·  view source on GitHub ↗
(n pcast.Node)

Source from the content-addressed store, hash-verified

20}
21
22func todo(n pcast.Node) *ast.TODO {
23 if debug.Active {
24 log.Printf("dolphin.convert: Unknown node type %T\n", n)
25 }
26 return &ast.TODO{}
27}
28
29func identifier(id string) string {
30 return strings.ToLower(id)

Callers 15

convertAdminStmtMethod · 0.70
convertAlterTableSpecMethod · 0.70
convertAlterUserStmtMethod · 0.70
convertBRIEStmtMethod · 0.70
convertBeginStmtMethod · 0.70
convertBinlogStmtMethod · 0.70
convertByItemMethod · 0.70
convertColumnDefMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected