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

Struct funcCallVisitor

internal/sql/validate/func_call.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected