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

Method SetQuotaRepository

cf/api/repository_locator.go:179–182  ·  view source on GitHub ↗
(repo quotas.QuotaRepository)

Source from the content-addressed store, hash-verified

177}
178
179func (locator RepositoryLocator) SetQuotaRepository(repo quotas.QuotaRepository) RepositoryLocator {
180 locator.quotaRepo = repo
181 return locator
182}
183
184func (locator RepositoryLocator) GetQuotaRepository() quotas.QuotaRepository {
185 return locator.quotaRepo

Callers 7

quota_test.goFile · 0.80
quotas_test.goFile · 0.80
set_quota_test.goFile · 0.80
create_org_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected