MCPcopy
hub / github.com/cli/cli / BaseRepo

Method BaseRepo

pkg/cmd/pr/shared/find_refs_resolution.go:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (r PRFindRefs) BaseRepo() ghrepo.Interface {
113 return r.baseRepo
114}
115
116type RemoteNameToRepoFn func(remoteName string) (ghrepo.Interface, error)
117

Callers 2

TestPRFindRefsFunction · 0.95
FindMethod · 0.95

Calls

no outgoing calls

Tested by 1

TestPRFindRefsFunction · 0.76