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

Method SetRoutingAPIRepository

cf/api/repository_locator.go:269–272  ·  view source on GitHub ↗
(repo RoutingAPIRepository)

Source from the content-addressed store, hash-verified

267}
268
269func (locator RepositoryLocator) SetRoutingAPIRepository(repo RoutingAPIRepository) RepositoryLocator {
270 locator.routingAPIRepo = repo
271 return locator
272}
273
274func (locator RepositoryLocator) GetRouteRepository() RouteRepository {
275 return locator.routeRepo

Callers 3

domains_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected