MCPcopy
hub / github.com/cli/cli / dummyRemoteToRepoResolver

Function dummyRemoteToRepoResolver

pkg/cmd/pr/shared/find_refs_resolution_test.go:494–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492}
493
494func dummyRemoteToRepoResolver() remoteToRepoResolver {
495 return NewRemoteToRepoResolver(dummyRemotesFn)
496}
497
498func stubRemoteToRepoResolver(remotes ghContext.Remotes, err error) remoteToRepoResolver {
499 return NewRemoteToRepoResolver(func() (ghContext.Remotes, error) {

Callers 1

Calls 1

NewRemoteToRepoResolverFunction · 0.85

Tested by

no test coverage detected