Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
func
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
_analyzeQuery
Method · 0.92
Calls
1
Walk
Function · 0.92
Tested by
no test coverage detected