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

Struct generator

internal/cmd/generate.go:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171type generator struct {
172 m sync.Mutex
173 dir string
174 output map[string]string
175}
176
177func (g *generator) Pairs(ctx context.Context, conf *config.Config) []OutputPair {
178 var pairs []OutputPair

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected