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

Method SetLogsRepository

cf/api/repository_locator.go:353–356  ·  view source on GitHub ↗
(repo logs.Repository)

Source from the content-addressed store, hash-verified

351}
352
353func (locator RepositoryLocator) SetLogsRepository(repo logs.Repository) RepositoryLocator {
354 locator.logsRepo = repo
355 return locator
356}
357
358func (locator RepositoryLocator) GetLogsRepository() logs.Repository {
359 return locator.logsRepo

Callers 2

start_test.goFile · 0.80
logs_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected