| 42 | } |
| 43 | |
| 44 | type pusher struct { |
| 45 | m sync.Mutex |
| 46 | results []*bundler.QuerySetArchive |
| 47 | } |
| 48 | |
| 49 | func (g *pusher) Pairs(ctx context.Context, conf *config.Config) []OutputPair { |
| 50 | var pairs []OutputPair |
nothing calls this directly
no outgoing calls
no test coverage detected