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

Struct paramSearch

internal/compiler/find_params.go:29–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type paramSearch struct {
30 parent ast.Node
31 rangeVar *ast.RangeVar
32 refs *[]paramRef
33 seen map[int]struct{}
34 errs *[]error
35
36 // XXX: Gross state hack for limit
37 limitCount ast.Node
38 limitOffset ast.Node
39}
40
41type limitCount struct {
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected