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

Method SetFeatureFlagRepository

cf/api/repository_locator.go:460–463  ·  view source on GitHub ↗
(repo featureflags.FeatureFlagRepository)

Source from the content-addressed store, hash-verified

458}
459
460func (locator RepositoryLocator) SetFeatureFlagRepository(repo featureflags.FeatureFlagRepository) RepositoryLocator {
461 locator.featureFlagRepo = repo
462 return locator
463}
464
465func (locator RepositoryLocator) GetFeatureFlagRepository() featureflags.FeatureFlagRepository {
466 return locator.featureFlagRepo

Calls

no outgoing calls

Tested by

no test coverage detected