Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
func
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
20
func
identifier(id string) string {
21
return
strings.ToLower(id)
Callers
1
convert
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected