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

Method GetBuildpackRepository

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

Source from the content-addressed store, hash-verified

396}
397
398func (locator RepositoryLocator) GetBuildpackRepository() BuildpackRepository {
399 return locator.buildpackRepo
400}
401
402func (locator RepositoryLocator) SetBuildpackBitsRepository(repo BuildpackBitsRepository) RepositoryLocator {
403 locator.buildpackBitsRepo = repo

Callers 6

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