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

Method GetByName

pkg/devspace/plugin/plugin.go:49–49  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

47type Interface interface {
48 Add(path, version string) (*Metadata, error)
49 GetByName(name string) (string, *Metadata, error)
50 Update(name, version string) (*Metadata, error)
51 Remove(name string) error
52

Callers 3

ensureRequiresMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected