| 295 | } |
| 296 | |
| 297 | type specificPRResolver struct { |
| 298 | prFinder shared.PRFinder |
| 299 | selector string |
| 300 | } |
| 301 | |
| 302 | func (r *specificPRResolver) Resolve() (*api.PullRequest, ghrepo.Interface, error) { |
| 303 | pr, baseRepo, err := r.prFinder.Find(shared.FindOptions{ |
nothing calls this directly
no outgoing calls
no test coverage detected