Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ SqlcFunctions
Function
SqlcFunctions
internal/sql/validate/param_style.go:64–68 ·
view source on GitHub ↗
(n ast.Node)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
SqlcFunctions(n ast.Node) error {
65
visitor := sqlcFuncVisitor{}
66
astutils.Walk(&visitor, n)
67
return
visitor.err
68
}
Callers
1
parseQuery
Method · 0.92
Calls
1
Walk
Function · 0.92
Tested by
no test coverage detected