MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetQuotaRepository

Method GetQuotaRepository

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

Source from the content-addressed store, hash-verified

182}
183
184func (locator RepositoryLocator) GetQuotaRepository() quotas.QuotaRepository {
185 return locator.quotaRepo
186}
187
188func (locator RepositoryLocator) SetSpaceRepository(repo spaces.SpaceRepository) RepositoryLocator {
189 locator.spaceRepo = repo

Callers 7

SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected