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

Method GetStackRepository

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

Source from the content-addressed store, hash-verified

281}
282
283func (locator RepositoryLocator) GetStackRepository() stacks.StackRepository {
284 return locator.stackRepo
285}
286
287func (locator RepositoryLocator) SetServiceRepository(repo ServiceRepository) RepositoryLocator {
288 locator.serviceRepo = repo

Callers 5

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