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

Function todo

internal/engine/clickhouse/utils.go:13–18  ·  view source on GitHub ↗
(n chast.Node)

Source from the content-addressed store, hash-verified

11)
12
13func todo(n chast.Node) *ast.TODO {
14 if debug.Active {
15 log.Printf("clickhouse.convert: Unknown node type %T\n", n)
16 }
17 return &ast.TODO{}
18}
19
20func identifier(id string) string {
21 return strings.ToLower(id)

Callers 1

convertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected