MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / ExperimentalFeaturesEnabled

Function ExperimentalFeaturesEnabled

pkg/config/sync.go:165–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165func ExperimentalFeaturesEnabled() bool {
166 if internalConfig == nil || internalConfig.EnableExperimentalFeatures == nil {
167 return false
168 }
169 return *internalConfig.EnableExperimentalFeatures
170}
171
172func getClusterConfig(namespace string, client crclient.Client) (*controller.DevWorkspaceOperatorConfig, error) {
173 clusterConfig := &controller.DevWorkspaceOperatorConfig{}

Callers 2

suite_test.goFile · 0.92
printDiffFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected