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

Method Name

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

Name will return the dependency name

()

Source from the content-addressed store, hash-verified

9type Dependency interface {
10 // Name will return the dependency name
11 Name() string
12
13 // Config holds the dependency config
14 Config() config.Config

Callers 4

BuildMethod · 0.65
TestResolverFunction · 0.65
GetDependencyByPathFunction · 0.65

Implementers 1

Dependencypkg/devspace/dependency/dependency.go

Calls

no outgoing calls

Tested by 1

TestResolverFunction · 0.52