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

Method GetAppInstancesRepository

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

Source from the content-addressed store, hash-verified

227}
228
229func (locator RepositoryLocator) GetAppInstancesRepository() appinstances.Repository {
230 return locator.appInstancesRepo
231}
232
233func (locator RepositoryLocator) SetAppEventsRepository(repo appevents.Repository) RepositoryLocator {
234 locator.appEventsRepo = repo

Callers 3

SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected