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

Method Children

pkg/devspace/dependency/dependency.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38func (d *Dependency) DependencyConfig() *latest.DependencyConfig { return d.dependencyConfig }
39
40func (d *Dependency) Children() []types.Dependency { return d.children }
41
42func skipDependency(name string, skipDependencies []string) bool {
43 for _, sd := range skipDependencies {

Callers 1

GetDependencyByPathFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected