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

Function In

internal/sql/validate/in.go:82–86  ·  view source on GitHub ↗
(c *catalog.Catalog, n ast.Node)

Source from the content-addressed store, hash-verified

80}
81
82func In(c *catalog.Catalog, n ast.Node) error {
83 visitor := inVisitor{catalog: c}
84 astutils.Walk(&visitor, n)
85 return visitor.err
86}

Callers 1

_analyzeQueryMethod · 0.92

Calls 1

WalkFunction · 0.92

Tested by

no test coverage detected