Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
func
IsSetUp() bool {
162
return
internalConfig != nil
163
}
164
165
func
ExperimentalFeaturesEnabled() bool {
166
if
internalConfig == nil || internalConfig.EnableExperimentalFeatures == nil {
Callers
1
printDiff
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected