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

Method SetUserRepository

cf/api/repository_locator.go:215–218  ·  view source on GitHub ↗
(repo UserRepository)

Source from the content-addressed store, hash-verified

213}
214
215func (locator RepositoryLocator) SetUserRepository(repo UserRepository) RepositoryLocator {
216 locator.userRepo = repo
217 return locator
218}
219
220func (locator RepositoryLocator) GetAppSummaryRepository() AppSummaryRepository {
221 return locator.appSummaryRepo

Calls

no outgoing calls

Tested by

no test coverage detected