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

Struct sqlcFuncVisitor

internal/sql/validate/param_style.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type sqlcFuncVisitor struct {
12 err error
13}
14
15func (v *sqlcFuncVisitor) Visit(node ast.Node) astutils.Visitor {
16 if v.err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected