MCPcopy 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
17func New() config.Config {
18 return NewRaw()
19}
20
21// NewRaw creates a new config object
22func NewRaw() *Config {

Callers

nothing calls this directly

Calls 1

NewRawFunction · 0.70

Tested by

no test coverage detected