MCPcopy
hub / github.com/cli/cli / stubPRResolver

Struct stubPRResolver

pkg/cmd/pr/checkout/checkout_test.go:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152type stubPRResolver struct {
153 pr *api.PullRequest
154 baseRepo ghrepo.Interface
155
156 err error
157}
158
159func (s *stubPRResolver) Resolve() (*api.PullRequest, ghrepo.Interface, error) {
160 if s.err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected