()
| 33 | |
| 34 | type Builder interface { |
| 35 | Len() int |
| 36 | Execute(ctx context.Context, dbExecutor db.Executor, pkgS []string) |
| 37 | Results(dbExecutor db.Executor, verboseSearch SearchVerbosity) error |
| 38 | GetTargets(include, exclude intrange.IntRanges, otherExclude mapset.Set[string]) ([]string, error) |
no outgoing calls