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

Method Path

pkg/devspace/dependency/types/types.go:26–26  ·  view source on GitHub ↗

Path returns the folder where this dependency is stored

()

Source from the content-addressed store, hash-verified

24
25 // Path returns the folder where this dependency is stored
26 Path() string
27
28 // DependencyConfig is the config this dependency was created from
29 DependencyConfig() *latest.DependencyConfig

Callers 4

TestResolverFunction · 0.65
NewResolverFunction · 0.65
resolveRecursiveMethod · 0.65

Implementers 1

Dependencypkg/devspace/dependency/dependency.go

Calls

no outgoing calls

Tested by 1

TestResolverFunction · 0.52