MCPcopy
hub / github.com/cloudfoundry/cli / SetRouteRepository

Method SetRouteRepository

cf/api/repository_locator.go:260–263  ·  view source on GitHub ↗
(repo RouteRepository)

Source from the content-addressed store, hash-verified

258}
259
260func (locator RepositoryLocator) SetRouteRepository(repo RouteRepository) RepositoryLocator {
261 locator.routeRepo = repo
262 return locator
263}
264
265func (locator RepositoryLocator) GetRoutingAPIRepository() RoutingAPIRepository {
266 return locator.routingAPIRepo

Calls

no outgoing calls

Tested by

no test coverage detected