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

Method GetRouteRepository

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

Source from the content-addressed store, hash-verified

272}
273
274func (locator RepositoryLocator) GetRouteRepository() RouteRepository {
275 return locator.routeRepo
276}
277
278func (locator RepositoryLocator) SetStackRepository(repo stacks.StackRepository) RepositoryLocator {
279 locator.stackRepo = repo

Callers 12

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

Calls

no outgoing calls

Tested by

no test coverage detected