MCPcopy Index your code
hub / github.com/devspace-sh/devspace / LoadConfig

Function LoadConfig

e2e/framework/util.go:74–76  ·  view source on GitHub ↗
(f factory.Factory, client kubectl.Client, configPath string)

Source from the content-addressed store, hash-verified

72}
73
74func LoadConfig(f factory.Factory, client kubectl.Client, configPath string) (config.Config, []types.Dependency, error) {
75 return LoadConfigWithOptions(f, client, configPath, &loader.ConfigOptions{})
76}
77
78func InterruptChan() (chan error, func()) {
79 once := sync.Once{}

Callers 4

deploy.goFile · 0.92
init.goFile · 0.92
dependencies.goFile · 0.92
config.goFile · 0.92

Calls 1

LoadConfigWithOptionsFunction · 0.85

Tested by

no test coverage detected