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

Method SetAppSummaryRepository

cf/api/repository_locator.go:210–213  ·  view source on GitHub ↗
(repo AppSummaryRepository)

Source from the content-addressed store, hash-verified

208}
209
210func (locator RepositoryLocator) SetAppSummaryRepository(repo AppSummaryRepository) RepositoryLocator {
211 locator.appSummaryRepo = repo
212 return locator
213}
214
215func (locator RepositoryLocator) SetUserRepository(repo UserRepository) RepositoryLocator {
216 locator.userRepo = repo

Callers 3

app_test.goFile · 0.80
apps_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected