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

Method GetApplicationRepository

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

Source from the content-addressed store, hash-verified

200}
201
202func (locator RepositoryLocator) GetApplicationRepository() applications.Repository {
203 return locator.appRepo
204}
205
206func (locator RepositoryLocator) GetApplicationBitsRepository() applicationbits.Repository {
207 return locator.appBitsRepo

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

Calls

no outgoing calls

Tested by

no test coverage detected