MCPcopy Index your code
hub / github.com/cli/cli / specificPRResolver

Struct specificPRResolver

pkg/cmd/pr/checkout/checkout.go:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297type specificPRResolver struct {
298 prFinder shared.PRFinder
299 selector string
300}
301
302func (r *specificPRResolver) Resolve() (*api.PullRequest, ghrepo.Interface, error) {
303 pr, baseRepo, err := r.prFinder.Find(shared.FindOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected