MCPcopy
hub / github.com/cloudfoundry/cli / SetEndpointRepository

Method SetEndpointRepository

cf/api/repository_locator.go:165–168  ·  view source on GitHub ↗
(e coreconfig.EndpointRepository)

Source from the content-addressed store, hash-verified

163}
164
165func (locator RepositoryLocator) SetEndpointRepository(e coreconfig.EndpointRepository) RepositoryLocator {
166 locator.endpointRepo = e
167 return locator
168}
169
170func (locator RepositoryLocator) SetOrganizationRepository(repo organizations.OrganizationRepository) RepositoryLocator {
171 locator.organizationRepo = repo

Callers 3

login_test.goFile · 0.80
api_test.goFile · 0.80
ssh_code_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected