MCPcopy
hub / github.com/cli/cli / Resolve

Method Resolve

pkg/cmd/pr/checkout/checkout.go:294–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292
293type PRResolver interface {
294 Resolve() (*api.PullRequest, ghrepo.Interface, error)
295}
296
297type specificPRResolver struct {

Callers 1

checkoutRunFunction · 0.65

Implementers 3

specificPRResolverpkg/cmd/pr/checkout/checkout.go
promptingPRResolverpkg/cmd/pr/checkout/checkout.go
stubPRResolverpkg/cmd/pr/checkout/checkout_test.go

Calls

no outgoing calls

Tested by

no test coverage detected