MCPcopy
hub / github.com/cli/cli / promptingPRResolver

Struct promptingPRResolver

pkg/cmd/pr/checkout/checkout.go:320–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected