MCPcopy
hub / github.com/cli/cli / Translate

Method Translate

context/remote.go:102–102  ·  view source on GitHub ↗
(*url.URL)

Source from the content-addressed store, hash-verified

100
101type Translator interface {
102 Translate(*url.URL) *url.URL
103}
104
105func TranslateRemotes(gitRemotes git.RemoteSet, translator Translator) (remotes Remotes) {

Callers 1

TranslateRemotesFunction · 0.65

Implementers 2

identityTranslatorcontext/remote_test.go
identityTranslatorpkg/cmd/factory/remote_resolver_test.g

Calls

no outgoing calls

Tested by

no test coverage detected