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

Method GetOrganizationRepository

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

Source from the content-addressed store, hash-verified

173}
174
175func (locator RepositoryLocator) GetOrganizationRepository() organizations.OrganizationRepository {
176 return locator.organizationRepo
177}
178
179func (locator RepositoryLocator) SetQuotaRepository(repo quotas.QuotaRepository) RepositoryLocator {
180 locator.quotaRepo = repo

Callers 15

SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
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