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

Struct tableVisitor

internal/compiler/output_columns.go:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458type tableVisitor struct {
459 list ast.List
460}
461
462func (r *tableVisitor) Visit(n ast.Node) astutils.Visitor {
463 switch n.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected