()
| 272 | } |
| 273 | |
| 274 | func (locator RepositoryLocator) GetRouteRepository() RouteRepository { |
| 275 | return locator.routeRepo |
| 276 | } |
| 277 | |
| 278 | func (locator RepositoryLocator) SetStackRepository(repo stacks.StackRepository) RepositoryLocator { |
| 279 | locator.stackRepo = repo |
no outgoing calls
no test coverage detected