MCPcopy
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
64func SqlcFunctions(n ast.Node) error {
65 visitor := sqlcFuncVisitor{}
66 astutils.Walk(&visitor, n)
67 return visitor.err
68}

Callers 1

parseQueryMethod · 0.92

Calls 1

WalkFunction · 0.92

Tested by

no test coverage detected