| 318 | } |
| 319 | |
| 320 | type promptingPRResolver struct { |
| 321 | io *iostreams.IOStreams |
| 322 | prompter shared.Prompt |
| 323 | |
| 324 | prLister shared.PRLister |
| 325 | |
| 326 | baseRepo ghrepo.Interface |
| 327 | } |
| 328 | |
| 329 | func (r *promptingPRResolver) Resolve() (*api.PullRequest, ghrepo.Interface, error) { |
| 330 | r.io.StartProgressIndicator() |
nothing calls this directly
no outgoing calls
no test coverage detected