MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetClientRepository

Method GetClientRepository

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

Source from the content-addressed store, hash-verified

333}
334
335func (locator RepositoryLocator) GetClientRepository() ClientRepository {
336 return locator.clientRepo
337}
338
339func (locator RepositoryLocator) SetClientRepository(repo ClientRepository) RepositoryLocator {
340 locator.clientRepo = repo

Callers 1

NewClientRequirementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected