(repo BuildpackRepository)
| 391 | } |
| 392 | |
| 393 | func (locator RepositoryLocator) SetBuildpackRepository(repo BuildpackRepository) RepositoryLocator { |
| 394 | locator.buildpackRepo = repo |
| 395 | return locator |
| 396 | } |
| 397 | |
| 398 | func (locator RepositoryLocator) GetBuildpackRepository() BuildpackRepository { |
| 399 | return locator.buildpackRepo |
no outgoing calls
no test coverage detected