Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ List
Method
List
cf/api/featureflags/feature_flags.go:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
type
FeatureFlagRepository
interface
{
15
List() ([]models.FeatureFlag, error)
16
FindByName(string) (models.FeatureFlag, error)
17
Update(string, bool) error
18
}
Callers
8
database_test.go
File · 0.65
ListBrokers
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
service_plan_visibility_test.go
File · 0.65
feature_flags_test.go
File · 0.65
buildPlanToOrgsVisibilityMap
Method · 0.65
Implementers
2
CloudControllerFeatureFlagRepository
cf/api/featureflags/feature_flags.go
FakeFeatureFlagRepository
cf/api/featureflags/featureflagsfakes/
Calls
no outgoing calls
Tested by
no test coverage detected