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

Method Pairs

internal/cmd/process.go:28–28  ·  view source on GitHub ↗
(context.Context, *config.Config)

Source from the content-addressed store, hash-verified

26
27type ResultProcessor interface {
28 Pairs(context.Context, *config.Config) []OutputPair
29 ProcessResult(context.Context, config.CombinedSettings, OutputPair, *compiler.Result) error
30}
31

Callers 5

processQuerySetsFunction · 0.65
buildQueriesFunction · 0.65
interfaceImportsMethod · 0.65
queryImportsMethod · 0.65
batchImportsMethod · 0.65

Implementers 2

pusherinternal/cmd/push.go
generatorinternal/cmd/generate.go

Calls

no outgoing calls

Tested by

no test coverage detected