MCPcopy
hub / github.com/sqlc-dev/sqlc / todo

Function todo

internal/engine/sqlite/convert.go:23–28  ·  view source on GitHub ↗
(funcname string, n node)

Source from the content-addressed store, hash-verified

21}
22
23func todo(funcname string, n node) *ast.TODO {
24 if debug.Active {
25 log.Printf("sqlite.%s: Unknown node type %T\n", funcname, n)
26 }
27 return &ast.TODO{}
28}
29
30func identifier(id string) string {
31 if len(id) >= 2 && id[0] == '"' && id[len(id)-1] == '"' {

Callers 9

convertFuncContextMethod · 0.70
convertLiteralMethod · 0.70
convertParamMethod · 0.70
convertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected