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

Struct pusher

internal/cmd/push.go:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type pusher struct {
45 m sync.Mutex
46 results []*bundler.QuerySetArchive
47}
48
49func (g *pusher) Pairs(ctx context.Context, conf *config.Config) []OutputPair {
50 var pairs []OutputPair

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected