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

Struct inVisitor

internal/sql/validate/in.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected