MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Path

Method Path

pkg/devspace/config/config.go:34–34  ·  view source on GitHub ↗

Path returns the absolute path from which the config was loaded

()

Source from the content-addressed store, hash-verified

32
33 // Path returns the absolute path from which the config was loaded
34 Path() string
35}
36
37func NewConfig(raw map[string]interface{}, rawBeforeConversion map[string]interface{}, parsed *latest.Config, localCache localcache.Cache, remoteCache remotecache.Cache, resolvedVariables map[string]interface{}, path string) Config {

Callers 11

SetPluginConfigFunction · 0.65
AsDependencyMethod · 0.65
NewSymlinkFunction · 0.65
WatchMethod · 0.65
applyPipelineSetValueFunction · 0.65
applySetValuesFunction · 0.65
EnsureFunction · 0.65
printExtraInfoFunction · 0.65
watchMethod · 0.65
dependencies.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected