Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devspace-sh/devspace
/ New
Function
New
pkg/devspace/config/versions/v1beta2/schema.go:17–19 ·
view source on GitHub ↗
New creates a new config object
()
Source
from the content-addressed store, hash-verified
15
16
// New creates a new config object
17
func
New() config.Config {
18
return
NewRaw()
19
}
20
21
// NewRaw creates a new config object
22
func
NewRaw() *Config {
Callers
nothing calls this directly
Calls
1
NewRaw
Function · 0.70
Tested by
no test coverage detected