MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetEndpointRepository

Method GetEndpointRepository

cf/api/repository_locator.go:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159}
160
161func (locator RepositoryLocator) GetEndpointRepository() coreconfig.EndpointRepository {
162 return locator.endpointRepo
163}
164
165func (locator RepositoryLocator) SetEndpointRepository(e coreconfig.EndpointRepository) RepositoryLocator {
166 locator.endpointRepo = e

Callers 4

SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected