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

FuncType VisitorFunc

internal/sql/astutils/walk.go:13–13  ·  view source on GitHub ↗
func(ast.Node)

Source from the content-addressed store, hash-verified

11}
12
13type VisitorFunc func(ast.Node)
14
15func (vf VisitorFunc) Visit(node ast.Node) Visitor {
16 vf(node)

Callers 2

ParamRefFunction · 0.92
rangeVarsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected