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

Function IsSetUp

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

Source from the content-addressed store, hash-verified

159}
160
161func IsSetUp() bool {
162 return internalConfig != nil
163}
164
165func ExperimentalFeaturesEnabled() bool {
166 if internalConfig == nil || internalConfig.EnableExperimentalFeatures == nil {

Callers 1

printDiffFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected